Removed the -Og option, which is rather new.
This commit is contained in:
parent
ac793df2ab
commit
a5425e0557
@ -71,10 +71,9 @@ else
|
|||||||
# Since C code is used only for supporting libraries (zlib, lua), it is still Ofast-optimized
|
# Since C code is used only for supporting libraries (zlib, lua), it is still Ofast-optimized
|
||||||
################
|
################
|
||||||
|
|
||||||
CC_OPTIONS = -s -ggdb -g -D_DEBUG -O3
|
CC_OPTIONS = -s -ggdb -g -D_DEBUG -O3
|
||||||
|
CXX_OPTIONS = -s -ggdb -g -D_DEBUG -O1
|
||||||
CXX_OPTIONS = -s -ggdb -g -D_DEBUG -Og
|
LNK_OPTIONS = -pthread -g -ggdb -O1
|
||||||
LNK_OPTIONS = -pthread -g -ggdb -Og
|
|
||||||
BUILDDIR = build/debug/
|
BUILDDIR = build/debug/
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user