diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2023-11-10 19:37:08 +0100 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2023-11-10 19:37:08 +0100 |
| commit | e19460cbd7c847bd5452b2c7bf96b38d06b2a182 (patch) | |
| tree | 33163490d2d1468aa452b71134af22eb12d2a3e0 /build.bat | |
| parent | 70c1f9d0e19a4b97c03308de8f2b9c0c28ba4cf1 (diff) | |
Add -microarch:?
Diffstat (limited to 'build.bat')
| -rw-r--r-- | build.bat | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |