Skip to content

Commit

Permalink
CI: Enable LTO GCC
Browse files Browse the repository at this point in the history
Signed-off-by: Diaz1401 <[email protected]>
  • Loading branch information
Diaz1401 committed Jun 28, 2023
1 parent 4ae1457 commit 64543b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .fasterci/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ workflows:
- name: Compile Kernel
run: |
wget -qO build.sh https://raw.githubusercontent.com/Diaz1401/build-script/alioth/build.sh
bash build.sh gcc stable
bash build.sh gcc stable opt lto
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- name: build
run: |
wget -qO build.sh https://raw.githubusercontent.com/Diaz1401/build-script/alioth/build.sh
bash build.sh gcc stable opt
bash build.sh gcc stable opt lto

0 comments on commit 64543b4

Please sign in to comment.