Merge pull request #226 from pfalcon/make-debug
unix Makefile: -Og doesn't work (at least) with gcc 4.6 below.
This commit is contained in:
commit
554a75b689
@ -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