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