diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2023-11-27 21:01:27 +0100 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2023-11-27 21:01:27 +0100 |
| commit | 4aa8834d392d65da1eb55b5c600bf8d4030d0e80 (patch) | |
| tree | c2a0d16cff3d869f3e3f4eb3081dc1d9404fbdd5 /build.bat | |
| parent | f79efd43e44ae74bfae098d49bf9c5b2876eda5d (diff) | |
Add os.args to demo.
Diffstat (limited to 'build.bat')
| -rw-r--r-- | build.bat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,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 +if %release_mode% EQU 0 odin run examples/demo -- Hellope World del *.obj > NUL 2> NUL |