diff --git a/script/archive-standalone-nix.sh b/script/archive-standalone-nix.sh index 46cfd683a..019bee4cf 100755 --- a/script/archive-standalone-nix.sh +++ b/script/archive-standalone-nix.sh @@ -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