Skip to content

Commit

Permalink
Fix syntax error in compiler/BUILD.gn (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmaygarde authored Oct 26, 2018
1 parent 3e29f8d commit 58c5b8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/config/compiler/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,8 @@ config("compiler") {
"-Wl,--no-undefined",
"-Wl,--exclude-libs,ALL",
"-Wl,-z,relro,-z,now",
"-fuse-ld=lld"
"-fuse-ld=lld",

# Enable identical code folding to reduce size.
"-Wl,--icf=all",
]
Expand Down

0 comments on commit 58c5b8d

Please sign in to comment.