mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 19:14:31 +04:00
Merge pull request #281 from stepet92/mcproxy-fix
mcproxy: remove pedantic flag to allow compilation with musl
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