Skip to content

Commit

Permalink
re-enable lto in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sekiguchi-nagisa committed May 22, 2024
1 parent 5446721 commit f0eeaa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
strategy:
matrix:
cc: [ g++-14, clang++-18 ]
# option: [ on, off ]
option: [ off ]
option: [ on, off ]
# option: [ off ]
steps:
- uses: actions/checkout@v4
- name: prepare
run: |
sudo apt update
sudo apt install language-pack-ja ninja-build lld lld-18 llvm-18 llvm-18-dev
sudo apt install language-pack-ja ninja-build lld lld-18 llvm-18 llvm-18-dev llvm-linker-tools
- name: configure
run: |
mkdir build
Expand Down

0 comments on commit f0eeaa7

Please sign in to comment.