You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
530 B
12 lines
530 B
Index: CMakeLists.txt |
|
--- CMakeLists.txt.orig 2016-08-25 09:59:05.000000000 +0200 |
|
+++ CMakeLists.txt 2018-10-13 21:43:40.068537000 +0200 |
|
@@ -50,7 +50,7 @@ |
|
endif(CCACHE_FOUND) |
|
|
|
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") |
|
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=native -Wall -Wextra -Werror") |
|
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=native") |
|
if (RAPIDJSON_BUILD_CXX11) |
|
if (CMAKE_CXX_COMPILER_VERSION VERSION_LESS "4.7.0") |
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")
|
|
|