Removed the -g option for release builds, as binaries were getting huge.
This commit is contained in:
parent
a5425e0557
commit
3568adafc2
@ -47,8 +47,8 @@ ifeq ($(release),1)
|
|||||||
# release build - fastest run-time, no gdb support
|
# release build - fastest run-time, no gdb support
|
||||||
################
|
################
|
||||||
|
|
||||||
CC_OPTIONS = -g -O3 -DNDEBUG
|
CC_OPTIONS = -O3 -DNDEBUG
|
||||||
CXX_OPTIONS = -g -O3 -DNDEBUG
|
CXX_OPTIONS = -O3 -DNDEBUG
|
||||||
LNK_OPTIONS = -pthread -O3
|
LNK_OPTIONS = -pthread -O3
|
||||||
|
|
||||||
BUILDDIR = build/release/
|
BUILDDIR = build/release/
|
||||||
|
Loading…
Reference in New Issue
Block a user