diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-12-08 19:00:38 -0500 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-12-08 19:00:38 -0500 |
| commit | e4a10cc5105eb78eafe028052ba629e7e0ec2171 (patch) | |
| tree | e7d943918075f654140226040207caaef8b51db9 /make-linux.mk | |
| parent | 249c27afd5b4e7c68aada0dd1cbf963ba1352bf2 (diff) | |
| download | infinitytier-e4a10cc5105eb78eafe028052ba629e7e0ec2171.tar.gz infinitytier-e4a10cc5105eb78eafe028052ba629e7e0ec2171.zip | |
Member commit bug fix.
Diffstat (limited to 'make-linux.mk')
| -rw-r--r-- | make-linux.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-linux.mk b/make-linux.mk index 8e92f29e..5b623247 100644 --- a/make-linux.mk +++ b/make-linux.mk @@ -270,7 +270,7 @@ official-static: FORCE central-controller: FORCE cd ext/librethinkdbxx ; make - make LDLIBS="ext/librethinkdbxx/build/librethinkdb++.a" DEFS="-DZT_CONTROLLER_USE_RETHINKDB" one + make -j8 LDLIBS="ext/librethinkdbxx/build/librethinkdb++.a" DEFS="-DZT_CONTROLLER_USE_RETHINKDB" one debug: FORCE make ZT_DEBUG=1 one |
