mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 21:24:32 +04:00
mcproxy: remove pedantic flag to allow compilation with musl
Signed-off-by: Stefan Peter <s.peter@mpl.ch>
This commit is contained in:
@@ -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)
|
||||
+
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user