This commit is contained in:
Araq
2020-05-13 18:01:00 +02:00
committed by Andreas Rumpf
parent f3e17e7c77
commit 8a339d1178

View File

@@ -83,7 +83,7 @@ else:
when not usesDestructors:
include "system/cellsets"
when not leakDetector and not useCellIds:
when not leakDetector and not useCellIds and not defined(nimV2):
sysAssert(sizeof(Cell) == sizeof(FreeCell), "sizeof FreeCell")
when compileOption("gc", "v2"):
include "system/gc2"