summaryrefslogtreecommitdiff
blob: f96fbe11c94c36f50cc2fc18972b3720d5154733 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -117,12 +117,6 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${SIDX_BUILD_OUTPUT_DIRECTORY})
 # Platform and compiler specific settings
 #------------------------------------------------------------------------------

-if(NOT WIN32)
-  # Recommended C++ compilation flags
-  set(SIDX_COMMON_CXX_FLAGS
-    "-pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual  -Wredundant-decls -Wno-long-long")
-endif(NOT WIN32)
-
 if (APPLE)
   set(SO_EXT dylib)
   set(CMAKE_FIND_FRAMEWORK "LAST")