diff options
author | Regina König | 2022-09-07 23:24:37 +0200 |
---|---|---|
committer | Regina König | 2022-09-07 23:24:37 +0200 |
commit | 334ec580f69d04a370ef3f20f524315ca99e2fac (patch) | |
tree | b341bb31e58687d16c1a9fab2bc950c1e8059c6d /efi_memtest | |
parent | kljhl (diff) | |
parent | Correct edk2 build instructions order (diff) | |
download | memtest86-334ec580f69d04a370ef3f20f524315ca99e2fac.tar.gz memtest86-334ec580f69d04a370ef3f20f524315ca99e2fac.tar.xz memtest86-334ec580f69d04a370ef3f20f524315ca99e2fac.zip |
hiuhi
Diffstat (limited to 'efi_memtest')
-rw-r--r-- | efi_memtest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/efi_memtest/Makefile b/efi_memtest/Makefile index 70c9ed1..7447e2c 100644 --- a/efi_memtest/Makefile +++ b/efi_memtest/Makefile @@ -89,7 +89,7 @@ LIBRARIES=MemtestEfi.lib debug: CFLAGS += -g3 debug: CFLAGS += -fstack-usage # emit .su (stack usage) files for each c file you compile debug: CFLAGS += -Wstack-usage=255 -#debug: CFLAGS += -Werror +debug: CFLAGS += -Werror debug: all release: #CFLAGS += -flto |