Skip to content

Commit

Permalink
disable lto
Browse files Browse the repository at this point in the history
  • Loading branch information
sekiguchi-nagisa committed May 15, 2024
1 parent 23c1eeb commit fc820c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ jobs:
strategy:
matrix:
cc: [ g++-14, clang++-18 ]
option: [ on, off ]
# option: [ on, off ]
option: [ off ]
steps:
- uses: actions/checkout@v4
- name: prepare
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
strategy:
matrix:
cc: [ g++-14, clang++-18 ]
option: [ on, off ]
# option: [ on, off ]
option: [ off ]
steps:
- uses: actions/checkout@v4
- name: prepare
Expand Down

0 comments on commit fc820c3

Please sign in to comment.