summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2018-02-01 15:58:58 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2018-02-01 15:58:58 -0800
commit82f383be4381518a267910116bc8e28d88e57ba1 (patch)
treeff78fac6bd4eee5472fe9cf10d6888b2a90c2c02
parent26aaf253acf115e67ab969f95e002ce1074df13e (diff)
downloadinfinitytier-82f383be4381518a267910116bc8e28d88e57ba1.tar.gz
infinitytier-82f383be4381518a267910116bc8e28d88e57ba1.zip
A few other make changes.
-rw-r--r--make-linux.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/make-linux.mk b/make-linux.mk
index a68935da..064a4608 100644
--- a/make-linux.mk
+++ b/make-linux.mk
@@ -276,12 +276,12 @@ distclean: clean
realclean: distclean
-official-static: FORCE
- make -j4 ZT_STATIC=1 LDLIBS=/usr/lib/libjemalloc.a all selftest
+official: FORCE
+ make -j4 ZT_OFFICIAL=1 all
central-controller: FORCE
cd ext/librethinkdbxx ; make
- make -j8 LDLIBS="ext/librethinkdbxx/build/librethinkdb++.a" DEFS="-DZT_CONTROLLER_USE_RETHINKDB" one
+ make -j4 LDLIBS="ext/librethinkdbxx/build/librethinkdb++.a" DEFS="-DZT_CONTROLLER_USE_RETHINKDB" ZT_OFFICIAL=1 one
debug: FORCE
make ZT_DEBUG=1 one