mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
Always compile with --prominent-compile-errors
So far I couldn't see any downsides from doing this.
This commit is contained in:
parent
1794515c92
commit
a8470ea78a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user