mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2025-04-04 21:10:31 +02: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...
|
# Right now we force x86, though...
|
||||||
#cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS=-m32 -DCMAKE_CXX_FLAGS=-m32 ..
|
#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
|
make -j$NCPU
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user