Skip to content

Commit

Permalink
Use default compiler config.
Browse files Browse the repository at this point in the history
  • Loading branch information
toinehartman committed Dec 17, 2024
1 parent 0af306c commit 7b1b6c7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,7 @@ private bool rascalContainsName(loc l, str name) {
}
set[TModel] rascalTModels(set[loc] fs, PathConfig pcfg) {
RascalCompilerConfig ccfg = rascalCompilerConfig(pcfg)[verbose = false]
[logPathConfig = false];
RascalCompilerConfig ccfg = rascalCompilerConfig(pcfg);
ms = rascalTModelForLocs(toList(fs), ccfg, dummy_compile1);
set[TModel] tmodels = {};
Expand Down

0 comments on commit 7b1b6c7

Please sign in to comment.