Don't link with libreadline in community release

Reviewers: buda

Reviewed By: buda

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D2754
This commit is contained in:
Matej Ferencevic 2020-04-04 14:45:54 +02:00
parent 590fc5c9a8
commit 9d3f75a34d

View File

@ -101,7 +101,7 @@
cd ..
mkdir build_community
cd build_community
cmake -DCMAKE_BUILD_TYPE=release -DMG_ENTERPRISE=OFF ..
cmake -DCMAKE_BUILD_TYPE=Release -DUSE_READLINE=OFF -DMG_ENTERPRISE=OFF ..
TIMEOUT=1200 make -j$THREADS
# Create Debian package.