nim-chronos/tests/config.nims

14 lines
395 B
Plaintext
Raw Normal View History

2019-11-01 06:42:32 +02:00
switch("threads", "on")
# switch("hints", "off")
# switch("verbosity", "0")
# This is workaround for `mingw64-gcc-12.1.0` issue.
# https://github.com/nim-lang/Nim/pull/19197
# Should be removed when https://github.com/status-im/nim-chronos/issues/284
# will be implemented.
switch("define", "nimRawSetjmp")
2023-10-26 13:50:03 -07:00
## REMOVE BEFORE MERGE!
2023-11-22 19:31:42 -03:00
--d:chronosFuturesInstrumentation
2023-10-26 13:50:03 -07:00
# --d:chronosFutureTracking