Skip to content

Commit

Permalink
Add "lto" to triple to identify lto builds
Browse files Browse the repository at this point in the history
  • Loading branch information
atgreen committed Sep 27, 2022
1 parent 425acd4 commit 1421717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
CFARM_CXX: "g++"
- CFARM_HOST: gcc117.fsffrance.org
CFARM_PORT: 22
CFARM_TRIPLE: aarch64-linux-gnu
CFARM_TRIPLE: aarch64-lto-linux-gnu
CFARM_CC: "gcc -flto"
CFARM_CXX: "g++ -flto"
- CFARM_HOST: gcc400.fsffrance.org
Expand Down

0 comments on commit 1421717

Please sign in to comment.