mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-13 06:41:26 -07:00
9 lines
303 B
Batchfile
9 lines
303 B
Batchfile
@echo off
|
|
clear
|
|
: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.* |