fix import path; force refc memory management even with Nim 2.0+ (#2241)

This commit is contained in:
tersec 2024-05-29 18:47:06 +00:00 committed by GitHub
parent c466edfd8d
commit 674394b924
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 2 deletions

View File

@ -107,6 +107,7 @@ if not defined(windows):
--define:nimTypeNames
--styleCheck:usages
--styleCheck:hint
--mm:refc
switch("define", "withoutPCRE")

View File

@ -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

View File

@ -13,7 +13,6 @@ import
./replay/[pp, gunzip],
../nimbus/core/[pow, pow/pow_cache],
eth/common,
stew/endians2,
unittest2
const