Skip to content

Commit fc5c9e6

Browse files
committed
Revert "Merge branch 'pagedvector'"
This reverts commit 86c27af, reversing changes made to 0aea1ba.
1 parent 86c27af commit fc5c9e6

File tree

2 files changed

+92
-574
lines changed

2 files changed

+92
-574
lines changed

benchmarks/automatic/CMakeLists.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ if (ENABLE_OPTIMIZATIONS)
3030
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
3131
target_compile_options(benchmarks PRIVATE -DTBB_ENABLE_IPO=off -march=native -mavx2 -O3 -ffast-math)
3232
elseif (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
33-
target_compile_options(benchmarks PRIVATE
34-
$<$<CONFIG:Debug>:/Od /Zi /D_DEBUG>
35-
)
36-
target_compile_options(benchmarks PRIVATE
37-
$<$<CONFIG:Release>: /O2 /fp:fast>
38-
)
33+
target_compile_options(benchmarks PRIVATE /O2 /fp:fast)
3934
endif()
4035
endif()

0 commit comments

Comments
 (0)