From b4a3825b128878c4cae7cf9a9276699719ab7933 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 9 Jun 2018 14:43:50 +0200 Subject: [PATCH] Build ECC first in build-linux64.sh --- Sources/build-linux64.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Sources/build-linux64.sh b/Sources/build-linux64.sh index affda93..24b0e7f 100755 --- a/Sources/build-linux64.sh +++ b/Sources/build-linux64.sh @@ -18,6 +18,8 @@ cmake -DCMAKE_BUILD_TYPE=Debug .. $1 # Right now we force x86, though... #cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS=-m32 -DCMAKE_CXX_FLAGS=-m32 .. - +echo "ECC first" +make ecc -j$NCPU +echo "Then the rest..." make -j$NCPU