Skip to content

Commit

Permalink
Increase inline threshold to 8000
Browse files Browse the repository at this point in the history
  • Loading branch information
mkatliar committed Dec 9, 2024
1 parent efa2065 commit b7472f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ target_link_libraries(bench-blast-common
if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
# More aggressive inlining with Clang
target_compile_options(bench-blast-common
PUBLIC "-mllvm" "-inline-threshold=4000"
PUBLIC "-mllvm" "-inline-threshold=8000"
)
endif()

0 comments on commit b7472f0

Please sign in to comment.