mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 02:20:25 +01:00
No -j option when building ecc in build-linux64.sh
This commit is contained in:
parent
b4a3825b12
commit
f908d64337
|
@ -19,7 +19,7 @@ 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
|
||||
make ecc
|
||||
echo "Then the rest..."
|
||||
make -j$NCPU
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user