working build & fixed the double padding
This commit is contained in:
parent
6863124384
commit
1f1a0ee48d
3 changed files with 4 additions and 4 deletions
|
|
@ -1,2 +1,2 @@
|
|||
@echo off
|
||||
odin build src/main_release -define:RAYLIB_SHARED=false -out:build/game_release.exe -no-bounds-check -o:speed -strict-style -vet-unused -vet-using-stmt -vet-using-param -vet-style -vet-semicolon -subsystem:windows
|
||||
odin build src/main_release -define:RAYLIB_SHARED=true -out:build/game_release.exe -no-bounds-check -o:speed -strict-style -vet-unused -vet-using-stmt -vet-using-param -vet-style -vet-semicolon -subsystem:windows
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue