Skip to content

Commit

Permalink
Make defaults for debugging parameters less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Oct 16, 2024
1 parent abeae9c commit d1b09c3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -470,10 +470,10 @@ RascalCompilerConfig rascalCompilerConfig(PathConfig pcfg,
bool warnDeprecated = true,

// Debugging
bool verbose = true, // for each compiled module, log module name and compilation time
bool verbose = false, // for each compiled module, log module name and compilation time
bool logImports = false,
bool logWrittenFiles = false, // log location of written files: .constants, .tpl, *.java
bool logPathConfig = true, // log PathConfig that is used
bool logPathConfig = false, // log PathConfig that is used

loc reloc = |noreloc:///|, // Currently unused

Expand Down

0 comments on commit d1b09c3

Please sign in to comment.