Got rid of warnings caused by the -s option on Clang, and it doesn't seem to do anything anyway.
This commit is contained in:
parent
26ac6881cd
commit
cd8894fca6
@ -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/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user