Makefile: Use -Og instead of -O1 for dev build
This commit is contained in:
2
Makefile
2
Makefile
@@ -88,9 +88,9 @@ CFLAGS := -std=gnu11
|
||||
### dev OR release
|
||||
|
||||
# dev
|
||||
# CFLAGS += -O1
|
||||
CFLAGS += -g # symbols (gdb, perf, etc.)
|
||||
CFLAGS += -ginline-points # inlined funcs debug info
|
||||
#CFLAGS += -Og
|
||||
# for gprof
|
||||
#CFLAGS += -pg
|
||||
# Next one may be useful for valgrind (when invalid instructions)
|
||||
|
Reference in New Issue
Block a user