4 lines
171 B
Bash
Executable File
4 lines
171 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
odin build main_release -collection:common=./common -collection:game=./game -out:game_release.bin -strict-style -vet -no-bounds-check -o:speed -debug
|