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 18b6d4d commit ad15146
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ jobs:
export AR=arm-none-eabi-gcc-ar
export RANLIB=arm-none-eabi-gcc-ranlib
export NM=arm-none-eabi-gcc-nm
export LTO_PLUGIN="${HOME}/${GCC_PATH}/lib/gcc/arm-none-eabi/13.2.1/liblto_plugin.so"
chmod +x "${LTO_PLUGIN}"
# Enable LTO
export CCFLAGS="${CCFLAGS} -flto"
Expand Down

0 comments on commit ad15146

Please sign in to comment.