Add -microarch:?

This commit is contained in:
Jeroen van Rijn
2023-11-10 19:37:08 +01:00
parent 70c1f9d0e1
commit e19460cbd7
5 changed files with 88 additions and 2 deletions
+1
View File
@@ -110,6 +110,7 @@ if %errorlevel% neq 0 goto end_of_build
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
del *.obj > NUL 2> NUL