Skip to content

Commit

Permalink
no unrolling for clang (to improve compiletime)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusRainerSchmidt committed May 8, 2024
1 parent c795342 commit d67553a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ set(STORAGE_N "0" CACHE STRING "The storage type of this index (one of Ram, Disk

if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
set(WITH_STXXL_DEFAULT OFF)
set(UNROLL_FOR_ALL_COMBINATIONS_DEFAULT ON)
set(UNROLL_FOR_ALL_COMBINATIONS_DEFAULT OFF)
elseif (CMAKE_CXX_COMPILER_ID MATCHES "GNU")
set(WITH_STXXL_DEFAULT ON)
set(UNROLL_FOR_ALL_COMBINATIONS_DEFAULT ON)
Expand Down

0 comments on commit d67553a

Please sign in to comment.