1
0

Removed the -g option for release builds, as binaries were getting huge.

This commit is contained in:
Alexander Harkness 2013-11-27 16:59:58 +00:00
parent a5425e0557
commit 3568adafc2

View File

@ -47,8 +47,8 @@ ifeq ($(release),1)
# release build - fastest run-time, no gdb support
################
CC_OPTIONS = -g -O3 -DNDEBUG
CXX_OPTIONS = -g -O3 -DNDEBUG
CC_OPTIONS = -O3 -DNDEBUG
CXX_OPTIONS = -O3 -DNDEBUG
LNK_OPTIONS = -pthread -O3
BUILDDIR = build/release/