1
0
mirror of https://github.com/waku-org/nwaku.git synced 2025-01-30 16:47:48 +00:00

11 lines
281 B
Nim

# nim.cfg
@if nimHasWarningObservableStores:
warning[ObservableStores]: off
@end
# 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