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
|
||||
--styleCheck:usages
|
||||
--styleCheck:hint
|
||||
--mm:refc
|
||||
|
||||
switch("define", "withoutPCRE")
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ import
|
|||
std/[os, parseutils, strutils, tables],
|
||||
results,
|
||||
eth/common/eth_types,
|
||||
../../fluffy/eth_data/era1
|
||||
../../../fluffy/eth_data/era1
|
||||
|
||||
export results, eth_types
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@ import
|
|||
./replay/[pp, gunzip],
|
||||
../nimbus/core/[pow, pow/pow_cache],
|
||||
eth/common,
|
||||
stew/endians2,
|
||||
unittest2
|
||||
|
||||
const
|
||||
|
|
Loading…
Reference in New Issue