Skip to content

Commit

Permalink
use 'auto' for flto value
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Oct 9, 2024
1 parent 61fcfd3 commit bb881eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if [ "${MATRIX_COMPILER}" = "clang" ]; then
EXTRA_OPTS="-f"
else
ADD_FLAGS="-flto=$(nproc)"
ADD_FLAGS="-flto=auto"
export CFLAGS=$ADD_FLAGS CXXFLAGS=$ADD_FLAGS
fi
mk/linux/build-mg.sh -m -d ${EXTRA_OPTS}
Expand Down
2 changes: 1 addition & 1 deletion mk/linux/tools-for-standalone-client/installer/mojosetup
Submodule mojosetup updated 1 files
+10 −1 CMakeLists.txt

0 comments on commit bb881eb

Please sign in to comment.