Skip to content

Commit

Permalink
Enable link-time optimization in compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
bashimao authored and MoFHeka committed Mar 24, 2024
1 parent ba467f4 commit d0ab6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/devtoolset/build_devtoolset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ cd "${TARGET}-build"
--disable-libsanitizer \
--disable-libunwind-exceptions \
--disable-libunwind-exceptions \
--disable-lto \
--disable-multilib \
--enable-__cxa_atexit \
--enable-gnu-indirect-function \
--enable-gnu-unique-object \
--enable-initfini-array \
--enable-languages="c,c++" \
--enable-lto \
--enable-linker-build-id \
--enable-plugin \
--enable-shared \
Expand Down

0 comments on commit d0ab6bc

Please sign in to comment.