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 1736cd9 commit 44f3691
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,8 @@ jobs:
/tmp/x86_64-linux-gnu.tar.xz.sha256
- name: Setup toolchain
run: |
ls
ls /tmp
tar --extract --file='./x86_64-linux-gnu.tar.xz'
mv './obggcc' '/tmp/obggcc-toolchain'
tar --directory='/tmp' --extract --file='x86_64-linux-gnu.tar.xz'
mv '/tmp/obggcc' '/tmp/obggcc-toolchain'
- name: Build OBGGCC with OBGGCC
run: |
source './tools/setup_toolchain.sh'
Expand Down

0 comments on commit 44f3691

Please sign in to comment.