Skip to content

Commit

Permalink
Set opt:none
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Aug 12, 2024
1 parent 17d4ad5 commit 3e9c78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/nim/config.nims
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ proc test(args, path: string) =

proc runTests*() =
echo ">>>>>>>>>>>>>>>> Run tests in RELEASE mode <<<<<<<<<<<<<<<<"
test "-d:release --passC:-O0 --passL:-O0 -d:assertions --stackTrace:on --debugInfo", testPath & "/tests"
test "-d:release --passC:-O0 --passL:-O0 -d:assertions --stackTrace:on --lineTrace:on --debugInfo --opt:none", testPath & "/tests"
echo ">>>>>>>>>>>>>>>> Run tests in RELEASE and THREADS ON mode <<<<<<<<<<<<<<<<"
test "--threads:on -d:release", testPath & "/tests"

Expand Down

0 comments on commit 3e9c78f

Please sign in to comment.