nim-unittest2/nim.cfg

8 lines
239 B
Nim

nimcache = "build/nimcache/$projectName"
# Avoid some rare stack corruption while using exceptions with a SEH-enabled
# toolchain: https://github.com/status-im/nimbus-eth2/issues/3121
@if windows and not vcc:
--define:nimRawSetjmp
@end