Disable PCH for now -- introduces a symbol conflict with libev in the daemon. Ugh.

This commit is contained in:
casey langen 2022-02-10 01:20:34 -08:00
parent d15cfb06a2
commit 1498f08b53

View File

@ -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