big: Disable Toom for a moment.

This commit is contained in:
Jeroen van Rijn
2021-08-16 22:13:54 +02:00
parent 706e58c1c7
commit 48c1f0ab59
4 changed files with 15 additions and 7 deletions
+3 -2
View File
@@ -1,8 +1,9 @@
@echo off
:odin run . -vet
:odin run . -vet -o:speed -no-bounds-check
: -o:size
:odin build . -build-mode:shared -show-timings -o:minimal -no-bounds-check -define:MATH_BIG_EXE=false && python test.py -fast-tests
:odin build . -build-mode:shared -show-timings -o:size -no-bounds-check -define:MATH_BIG_EXE=false && python test.py -fast-tests
:odin build . -build-mode:shared -show-timings -o:size -define:MATH_BIG_EXE=false && python test.py -fast-tests
odin build . -build-mode:shared -show-timings -o:speed -no-bounds-check -define:MATH_BIG_EXE=false && python test.py -fast-tests
odin build . -build-mode:shared -show-timings -o:speed -no-bounds-check -define:MATH_BIG_EXE=false && python test.py
: -fast-tests
:odin build . -build-mode:shared -show-timings -o:speed -define:MATH_BIG_EXE=false && python test.py -fast-tests