From b02291b20a111c19647c8a5f100d88f558355fd5 Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Wed, 10 Jul 2024 19:26:35 +0200 Subject: Compile demo with -vet -strict-style. --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.bat') 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 -- cgit v1.2.3