summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorAlexander Harkness <bearbin@gmail.com>2013-11-13 20:53:39 +0100
committerAlexander Harkness <bearbin@gmail.com>2013-11-13 20:53:39 +0100
commitcd8894fca680eb315110ad481bf6d54090792a99 (patch)
tree7a4611b18c68dc230a949fec6b33eb16ac0d330a /GNUmakefile
parentFixed some of the comments in the makefile. (diff)
downloadcuberite-cd8894fca680eb315110ad481bf6d54090792a99.tar
cuberite-cd8894fca680eb315110ad481bf6d54090792a99.tar.gz
cuberite-cd8894fca680eb315110ad481bf6d54090792a99.tar.bz2
cuberite-cd8894fca680eb315110ad481bf6d54090792a99.tar.lz
cuberite-cd8894fca680eb315110ad481bf6d54090792a99.tar.xz
cuberite-cd8894fca680eb315110ad481bf6d54090792a99.tar.zst
cuberite-cd8894fca680eb315110ad481bf6d54090792a99.zip
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index de1da1455..e40748bef 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -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/