We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0cbd33 commit 4da844aCopy full SHA for 4da844a
CMakeLists.txt
@@ -91,9 +91,6 @@ else ()
91
message(STATUS "AddressSanitizer is disabled.")
92
endif ()
93
94
-set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -ffunction-sections -fdata-sections")
95
-set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,-gc-sections")
96
-
97
if (UA2F_CUSTOM_USER_AGENT)
98
if (NOT UA2F_USER_AGENT_STRING)
99
message(FATAL_ERROR "UA2F_USER_AGENT_STRING is not set")
@@ -112,7 +109,6 @@ add_executable(ua2f
112
109
src/util.c
113
110
src/cache.c
114
111
src/handler.c
115
- src/cli.c
116
src/config.c
117
src/third/nfqueue-mnl.c)
118
openwrt/Makefile
@@ -1,7 +1,7 @@
1
include $(TOPDIR)/rules.mk
2
3
PKG_NAME:=UA2F
4
-PKG_VERSION:=4.9.5
+PKG_VERSION:=4.9.6
5
PKG_RELEASE:=1
6
7
PKG_LICENSE:=GPL-3.0-only
0 commit comments