Skip to content

Commit

Permalink
[CircleCI] use ld.gold per default to enable LTO testing
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanEngelen committed Oct 27, 2016
1 parent 900b432 commit 756fd59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ dependencies:
- cmake --version
- python -c "import lit; lit.main();" --version | head -n 1
- gdb --version
# Use ld.gold per default, so that LTO is tested.
- sudo update-alternatives --install /usr/bin/ld ld /usr/bin/ld.gold 99
- ld --version

checkout:
post:
Expand Down

0 comments on commit 756fd59

Please sign in to comment.