summaryrefslogtreecommitdiffstats
path: root/efi_memtest
diff options
context:
space:
mode:
authorRegina König2022-09-07 23:24:37 +0200
committerRegina König2022-09-07 23:24:37 +0200
commit334ec580f69d04a370ef3f20f524315ca99e2fac (patch)
treeb341bb31e58687d16c1a9fab2bc950c1e8059c6d /efi_memtest
parentkljhl (diff)
parentCorrect edk2 build instructions order (diff)
downloadmemtest86-334ec580f69d04a370ef3f20f524315ca99e2fac.tar.gz
memtest86-334ec580f69d04a370ef3f20f524315ca99e2fac.tar.xz
memtest86-334ec580f69d04a370ef3f20f524315ca99e2fac.zip
hiuhi
Diffstat (limited to 'efi_memtest')
-rw-r--r--efi_memtest/Makefile2
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