Skip to content

Commit

Permalink
[Core] ACLiC: set default verbosity level for rootcling
Browse files Browse the repository at this point in the history
fixes ROOT-10975
  • Loading branch information
dpiparo committed Aug 17, 2024
1 parent fa139e5 commit 417ef12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/base/src/TSystem.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -3527,7 +3527,7 @@ int TSystem::CompileMacro(const char *filename, Option_t *opt,
// ======= Generate the rootcling command line
TString rcling = "rootcling";
PrependPathName(TROOT::GetBinDir(), rcling);
rcling += " -v0 \"--lib-list-prefix=";
rcling += " \"--lib-list-prefix=";
rcling += mapfile;
rcling += "\" -f \"";
rcling.Append(dict).Append("\" ");
Expand Down

0 comments on commit 417ef12

Please sign in to comment.