mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-29 21:32:41 +00:00
Disable PCH for now -- introduces a symbol conflict with libev in the daemon. Ugh.
This commit is contained in:
parent
d15cfb06a2
commit
1498f08b53
@ -36,8 +36,8 @@ else
|
||||
${SCRIPTDIR}/clean-nix.sh
|
||||
rm -rf bin/ 2> /dev/null
|
||||
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_PCH=true -DBUILD_STANDALONE=true ${OS_SPECIFIC_BUILD_FLAGS} .
|
||||
make -j8
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_STANDALONE=true ${OS_SPECIFIC_BUILD_FLAGS} . || exit $?
|
||||
make -j8 || exit $?
|
||||
fi
|
||||
|
||||
rm -rf $OUTDIR
|
||||
|
Loading…
x
Reference in New Issue
Block a user