mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-30 00:50:38 +08:00
Remove some forcing of compiler flags
This commit is contained in:
Vendored
-6
@@ -48,12 +48,6 @@ option(PHMAP_BUILD_EXAMPLES "Whether or not to build the examples" OFF)
|
||||
|
||||
if(MSVC)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /bigobj")
|
||||
else()
|
||||
if(CXXFLAGS)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CXXFLAGS}")
|
||||
else()
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -O3 -march=native")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if (PHMAP_BUILD_TESTS)
|
||||
|
||||
Reference in New Issue
Block a user