mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
big: Improved test driver.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
@echo off
|
||||
:odin run . -vet
|
||||
odin build . -build-mode:shared -show-timings -o:speed
|
||||
:odin build . -build-mode:shared -show-timings
|
||||
: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
|
||||
python test.py
|
||||
:del big.*
|
||||
Reference in New Issue
Block a user