1
0

Removed the -Og option, which is rather new.

This commit is contained in:
Alexander Harkness 2013-11-27 16:57:28 +00:00
parent ac793df2ab
commit a5425e0557

View File

@ -72,9 +72,8 @@ else
################
CC_OPTIONS = -s -ggdb -g -D_DEBUG -O3
CXX_OPTIONS = -s -ggdb -g -D_DEBUG -Og
LNK_OPTIONS = -pthread -g -ggdb -Og
CXX_OPTIONS = -s -ggdb -g -D_DEBUG -O1
LNK_OPTIONS = -pthread -g -ggdb -O1
BUILDDIR = build/debug/
endif
endif