For example, the JSON test was compiled with:
$ nim c -o:json_test_nim -d:danger --cc:gcc --verbosity:0 json_test.nim
For example, the JSON test was compiled with:
I don't think that the -d:danger implies release (even if necessary to do things like disable bounds checking)?