Added missing build parameter for daily debug.
Reviewers: buda, mislav.bradac Reviewed By: buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D718
This commit is contained in:
parent
ac6e08c78e
commit
f677da46ce
@ -17,7 +17,7 @@ mkdir build_release
|
||||
cd build_release
|
||||
|
||||
cmake -DCMAKE_BUILD_TYPE=release ..
|
||||
TIMEOUT=1000 make -j$THREADS memgraph_link_target
|
||||
TIMEOUT=1000 make -j$THREADS memgraph_link_target memgraph__macro_benchmark__harness_client
|
||||
|
||||
cd ../tools/apollo
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user