summaryrefslogtreecommitdiff
path: root/Makefile.linux
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-07-12 22:07:48 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-07-12 22:07:48 -0400
commitaa59c1de10b53df8a33d1df99b74b8a20052b9af (patch)
treea1aa60edf84de6ef944ac609656bd24bd73452aa /Makefile.linux
parenta0048785465eb14356c1cb185c271c223862491c (diff)
downloadinfinitytier-aa59c1de10b53df8a33d1df99b74b8a20052b9af.tar.gz
infinitytier-aa59c1de10b53df8a33d1df99b74b8a20052b9af.zip
Bunch of little bug fixes in newly refactored code.
Diffstat (limited to 'Makefile.linux')
-rw-r--r--Makefile.linux8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.linux b/Makefile.linux
index fbd96f1d..77327282 100644
--- a/Makefile.linux
+++ b/Makefile.linux
@@ -6,12 +6,12 @@ ARCH=$(shell uname -m)
DEFS=-DZT_ARCH="$(ARCH)" -DZT_OSNAME="linux" -DZT_TRACE
# Uncomment for a release optimized build
-#CFLAGS=-Wall -O3 -fno-unroll-loops -fstack-protector -pthread $(INCLUDES) -DNDEBUG $(DEFS)
-#STRIP=strip --strip-all
+CFLAGS=-Wall -O3 -fno-unroll-loops -fstack-protector -pthread $(INCLUDES) -DNDEBUG $(DEFS)
+STRIP=strip --strip-all
# Uncomment for a debug build
-CFLAGS=-Wall -g -pthread $(INCLUDES) -DZT_TRACE -DZT_LOG_STDOUT $(DEFS)
-STRIP=echo
+#CFLAGS=-Wall -g -pthread $(INCLUDES) -DZT_TRACE -DZT_LOG_STDOUT $(DEFS)
+#STRIP=echo
CXXFLAGS=$(CFLAGS) -fno-rtti