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
Branches
Tags
No related merge requests found
Pipeline #5709 passed
......@@ -150,7 +150,7 @@ ifdef DEBUG
LDFLAGS += -fprofile-arcs -ftest-coverage
endif
ifdef FORTIFY
CFLAGS += -O1
CFLAGS += -Og
endif
ifdef SANITIZE
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