From 4edb31fcfc12dc0627edf8018f3a179dffe634a1 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Fri, 22 Nov 2019 16:14:23 -0500 Subject: Use gcc -Os instead of -O0. Signed-off-by: Peter Jones --- Cryptlib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cryptlib/Makefile') diff --git a/Cryptlib/Makefile b/Cryptlib/Makefile index 5c098f34..18a33b19 100644 --- a/Cryptlib/Makefile +++ b/Cryptlib/Makefile @@ -1,7 +1,7 @@ EFI_INCLUDES = -I$(TOPDIR)/Include -I$(EFI_INCLUDE) -I$(EFI_INCLUDE)/$(ARCH) -I$(EFI_INCLUDE)/protocol -CFLAGS = -ggdb -O0 -I$(TOPDIR) -iquote $(TOPDIR) -fno-stack-protector -fno-strict-aliasing -fpic -fshort-wchar \ +CFLAGS = -ggdb $(OPTIMIZATIONS) -I$(TOPDIR) -iquote $(TOPDIR) -fno-stack-protector -fno-strict-aliasing -fpic -fshort-wchar \ -Wall $(EFI_INCLUDES) -std=gnu89 \ -ffreestanding -I$(shell $(CC) -print-file-name=include) -- cgit v1.2.3