Skip to content

Commit

Permalink
[BOLT] turning on the compact aligner by default
Browse files Browse the repository at this point in the history
Summary: Making UseCompactAligner true by default

(cherry picked from FBD9325158)
  • Loading branch information
spupyrev authored and maksfb committed Aug 14, 2018
1 parent cd19f71 commit 41ed543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bolt/src/Passes/Aligner.cpp
Expand Up @@ -65,7 +65,7 @@ BlockAlignment("block-alignment",
cl::opt<bool>
UseCompactAligner("use-compact-aligner",
cl::desc("Use compact approach for aligning functions"),
cl::init(false),
cl::init(true),
cl::ZeroOrMore,
cl::cat(BoltOptCategory));

Expand Down

0 comments on commit 41ed543

Please sign in to comment.