aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2024-07-10 19:26:35 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2024-07-10 19:26:35 +0200
commitb02291b20a111c19647c8a5f100d88f558355fd5 (patch)
tree86f3dfcc29080520a3b6e5ce24b8d0bea5a98288 /build.bat
parent7e413405107b86741d67438aa5f0d10c0edd5942 (diff)
Compile demo with -vet -strict-style.
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.bat b/build.bat
index e07fdf4fb..bddde49c8 100644
--- a/build.bat
+++ b/build.bat
@@ -114,7 +114,7 @@ call build_vendor.bat
if %errorlevel% neq 0 goto end_of_build
rem If the demo doesn't run for you and your CPU is more than a decade old, try -microarch:native
-if %release_mode% EQU 0 odin run examples/demo -- Hellope World
+if %release_mode% EQU 0 odin run examples/demo -vet -strict-style -- Hellope World
del *.obj > NUL 2> NUL