nim-eth/nim.cfg
2022-06-21 16:25:42 +02:00

6 lines
197 B
Nim

# 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