mcproxy: remove pedantic flag to allow compilation with musl
Signed-off-by: Stefan Peter <s.peter@mpl.ch>
This commit is contained in:
parent
2a5a5e1837
commit
91e76a2f56
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
+project(mcproxy CXX)
|
||||
+set(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")
|
||||
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -std=c++11")
|
||||
+add_definitions(-Wall -Wextra -pedantic)
|
||||
+add_definitions(-Wall -Wextra)
|
||||
+include_directories(${CMAKE_SOURCE_DIR}/mcproxy)
|
||||
+
|
||||
+
|
||||
|
|
Loading…
Reference in a new issue