unix Makefile: -Og doesn't work (at least) with gcc 4.6 below.
Also, don't try to force debug info format, use native.
This commit is contained in:
parent
8fcf7b858d
commit
e2febe90e3
@ -15,7 +15,7 @@ LDFLAGS = -lm
|
||||
|
||||
#Debugging/Optimization
|
||||
ifdef DEBUG
|
||||
CFLAGS += -Og -ggdb
|
||||
CFLAGS += -O0 -g
|
||||
else
|
||||
CFLAGS += -Os #-DNDEBUG
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user