[BOLT] turning on the compact aligner by default

Summary: Making UseCompactAligner true by default

(cherry picked from FBD9325158)
This commit is contained in:
spupyrev
2018-08-14 14:49:10 -07:00
committed by Maksim Panchenko
parent cd19f718b4
commit 41ed5431a0

View File

@@ -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));