mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-20 00:16:47 +00:00
6 lines
151 B
Batchfile
6 lines
151 B
Batchfile
@echo off
|
|
:odin run . -vet
|
|
odin build . -build-mode:shared -show-timings -o:speed
|
|
:odin build . -build-mode:shared -show-timings
|
|
|
|
python test.py |