Call initGC()
This commit is contained in:
@ -210,6 +210,7 @@ int main(int argc, char * * argv)
|
|||||||
|
|
||||||
return handleExceptions(argv[0], [&]() {
|
return handleExceptions(argv[0], [&]() {
|
||||||
initNix();
|
initNix();
|
||||||
|
initGC();
|
||||||
|
|
||||||
Strings searchPath;
|
Strings searchPath;
|
||||||
Path releaseExpr;
|
Path releaseExpr;
|
||||||
|
Reference in New Issue
Block a user