mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-26 07:25:00 -07:00
8 lines
296 B
Batchfile
8 lines
296 B
Batchfile
@echo off
|
|
:odin run . -vet
|
|
:odin build . -build-mode:shared -show-timings -o:minimal -use-separate-modules
|
|
odin build . -build-mode:shared -show-timings -o:size -use-separate-modules
|
|
:odin build . -build-mode:shared -show-timings -o:speed -use-separate-modules
|
|
|
|
python test.py
|
|
:del big.* |