nim-bearssl/nim.cfg
Miran 32e125015a
move -d:nimRawSetjmp to config.nims (#30)
* move `-d:nimRawSetjmp` to config.nims

Refs https://github.com/status-im/nimbus-build-system/issues/44

* not vcc

* use .cfg not .nims
2022-06-24 20:09:29 +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