diff options
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -odin run . +odin build . -debug -out:statics && ./statics test-data.ics -v -s Test && odin build . -o:speed -out:release/statics |