Skip to content
Snippets Groups Projects
Commit 67f387d5 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Use -Og for fortified debug builds (rather than -O1)

parent db5b00b5
No related branches found
No related tags found
No related merge requests found
Pipeline #5709 passed
...@@ -150,7 +150,7 @@ ifdef DEBUG ...@@ -150,7 +150,7 @@ ifdef DEBUG
LDFLAGS += -fprofile-arcs -ftest-coverage LDFLAGS += -fprofile-arcs -ftest-coverage
endif endif
ifdef FORTIFY ifdef FORTIFY
CFLAGS += -O1 CFLAGS += -Og
endif endif
ifdef SANITIZE ifdef SANITIZE
CFLAGS += -fsanitize=undefined,address -fno-omit-frame-pointer CFLAGS += -fsanitize=undefined,address -fno-omit-frame-pointer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment