mirror of https://github.com/status-im/nim-eth.git
11 lines
356 B
INI
11 lines
356 B
INI
|
--threads:on
|
||
|
# rocksdb_backend newChainDB fails compiling without nimOldCaseObjects as
|
||
|
# rocksdb init does this type of assignment
|
||
|
--define:nimOldCaseObjects
|
||
|
|
||
|
# 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
|