Got rid of warnings caused by the -s option on Clang, and it doesn't seem to do anything anyway.

master
Alexander Harkness 2013-11-13 19:53:39 +00:00
parent 26ac6881cd
commit cd8894fca6
1 changed files with 2 additions and 2 deletions

View File

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