diff options
author | Alexander Harkness <bearbin@gmail.com> | 2013-11-13 20:53:39 +0100 |
---|---|---|
committer | Alexander Harkness <bearbin@gmail.com> | 2013-11-13 20:53:39 +0100 |
commit | cd8894fca680eb315110ad481bf6d54090792a99 (patch) | |
tree | 7a4611b18c68dc230a949fec6b33eb16ac0d330a | |
parent | Fixed some of the comments in the makefile. (diff) | |
download | cuberite-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 |
-rw-r--r-- | GNUmakefile | 4 |
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/ |