Skip to content

Commit

Permalink
Set -wekamods default to true.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanEngelen committed Aug 13, 2024
1 parent 682c35b commit 6cbaf68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/cl_options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ static cl::opt<bool, true, FlagParser<bool>> wekaMods(
"wekamods",
cl::desc(
"(*) Enable specific Weka mods: emit all functions in COMDAT for ELF"),
cl::location(global.params.enableWekaMods), cl::init(false));
cl::location(global.params.enableWekaMods), cl::init(true));
static cl::opt<uint32_t, true>
templateCodegenDepth("template-codegen-depth",
cl::desc("Don't codegen templates beyond this recusion depth (0 = off)."),
Expand Down

0 comments on commit 6cbaf68

Please # to comment.