Skip to content

Commit

Permalink
Workflow LTO support
Browse files Browse the repository at this point in the history
  • Loading branch information
Akashem06 committed Nov 3, 2024
1 parent 9daab68 commit 67c4e1f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ jobs:
- name: Build stm32f10x
id: build-stm32
run: |
sudo apt-get install -y gcc-arm-none-eabi gcc-arm-none-eabi-plugin binutils-arm-none-eabi
# Use GCC-specific archiver and tools that support LTO
export AR=arm-none-eabi-gcc-ar
export RANLIB=arm-none-eabi-gcc-ranlib
export NM=arm-none-eabi-gcc-nm
Expand Down

0 comments on commit 67c4e1f

Please sign in to comment.