mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 13:24:21 +00:00
fix import path; force refc memory management even with Nim 2.0+ (#2241)
This commit is contained in:
parent
c466edfd8d
commit
674394b924
@ -107,6 +107,7 @@ if not defined(windows):
|
|||||||
--define:nimTypeNames
|
--define:nimTypeNames
|
||||||
--styleCheck:usages
|
--styleCheck:usages
|
||||||
--styleCheck:hint
|
--styleCheck:hint
|
||||||
|
--mm:refc
|
||||||
|
|
||||||
switch("define", "withoutPCRE")
|
switch("define", "withoutPCRE")
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ import
|
|||||||
std/[os, parseutils, strutils, tables],
|
std/[os, parseutils, strutils, tables],
|
||||||
results,
|
results,
|
||||||
eth/common/eth_types,
|
eth/common/eth_types,
|
||||||
../../fluffy/eth_data/era1
|
../../../fluffy/eth_data/era1
|
||||||
|
|
||||||
export results, eth_types
|
export results, eth_types
|
||||||
|
|
||||||
|
@ -13,7 +13,6 @@ import
|
|||||||
./replay/[pp, gunzip],
|
./replay/[pp, gunzip],
|
||||||
../nimbus/core/[pow, pow/pow_cache],
|
../nimbus/core/[pow, pow/pow_cache],
|
||||||
eth/common,
|
eth/common,
|
||||||
stew/endians2,
|
|
||||||
unittest2
|
unittest2
|
||||||
|
|
||||||
const
|
const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user