Skip to content

Commit

Permalink
Remove constexpr steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjp41 committed Jul 2, 2019
1 parent d4e94d9 commit daebe3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ if(NOT DEFINED SNMALLOC_ONLY_HEADER_LIBRARY)
warnings_high()

if(MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /constexpr:steps 10000000")
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /Zi")
set(CMAKE_EXE_LINKER_FLAGS_RELEASE "${CMAKE_EXE_LINKER_FLAGS_RELEASE} /DEBUG")
else()
Expand Down

0 comments on commit daebe3f

Please sign in to comment.