Improved performance

This commit is contained in:
Eduard Urbach 2024-08-01 23:41:39 +02:00
parent 3c70529015
commit 778c125d19
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
10 changed files with 112 additions and 124 deletions

View file

@ -23,7 +23,4 @@ var (
// Skips writing the executable to disk.
Dry = false
// Skips compiling assert statements.
SkipAsserts = false
)