1
0
mirror of https://github.com/waku-org/nwaku.git synced 2025-01-26 14:51:49 +00: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