Skip to content

Commit

Permalink
Temporarily remove -Os from compile flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed Aug 24, 2023
1 parent 5f49ca9 commit 46cb07f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
with:
key: gcc-13.2.0
lookup-only: true
path: |
/tmp/x86_64-linux-gnu.tar.xz
/tmp/x86_64-linux-gnu.tar.xz.sha256
- name: Build OBGGCC
if: ${{ steps.check-cache.outputs.cache-hit != 'true' }}
run: |
Expand Down

0 comments on commit 46cb07f

Please sign in to comment.