mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-20 00:16:47 +00:00
7 lines
170 B
Batchfile
7 lines
170 B
Batchfile
@echo off
|
|
:odin run . -vet
|
|
odin build . -build-mode:dll -show-timings -opt:3
|
|
:odin build . -build-mode:dll -show-timings
|
|
|
|
:dumpbin /EXPORTS big.dll
|
|
python test.py |