Skip to content
Snippets Groups Projects
Commit 554a75b6 authored by Damien George's avatar Damien George
Browse files

Merge pull request #226 from pfalcon/make-debug

unix Makefile: -Og doesn't work (at least) with gcc 4.6 below.
parents 5bd56fbf e2febe90
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ LDFLAGS = -lm
#Debugging/Optimization
ifdef DEBUG
CFLAGS += -Og -ggdb
CFLAGS += -O0 -g
else
CFLAGS += -Os #-DNDEBUG
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment