mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 02:20:25 +01:00
Build ECC first in build-linux64.sh
This commit is contained in:
parent
6f129cb0e6
commit
b4a3825b12
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user