mirror of
https://github.com/status-im/nim-eth.git
synced 2025-01-10 22:35:53 +00:00
5c0893bfb6
* move -d:nimRawSetjmp to nim.cfg Refs https://github.com/status-im/nimbus-build-system/issues/44
6 lines
197 B
Nim
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
|