Always compile with --prominent-compile-errors

So far I couldn't see any downsides from doing this.
This commit is contained in:
IntegratedQuantum 2025-07-21 18:37:48 +02:00
parent 1794515c92
commit a8470ea78a
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ fi
echo "Building Zig Cubyz ($@) from source. This may take a few minutes..."
./compiler/zig/zig build "$@"
./compiler/zig/zig build --prominent-compile-errors "$@"
if [ $? != 0 ]
then

View File

@ -10,7 +10,7 @@ if errorlevel 1 (
echo Building Zig Cubyz (%*^) from source. This may take a few minutes...
compiler\zig\zig build %*
compiler\zig\zig build --prominent-compile-errors %*
if errorlevel 1 (
exit /b 1