We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 984333e commit 0780fd7Copy full SHA for 0780fd7
extension/socks5proxy/src/CMakeLists.txt
@@ -14,10 +14,6 @@ target_compile_definitions(libSocks5proxy PRIVATE CARES_STATICLIB)
14
target_include_directories(libSocks5proxy PUBLIC ${CMAKE_BINARY_DIR}/external/include)
15
target_link_directories( libSocks5proxy PUBLIC ${CMAKE_BINARY_DIR}/external/lib)
16
17
-if(CMAKE_BUILD_TYPE STREQUAL "Release")
18
- target_compile_definitions(libSocks5proxy PUBLIC QT_NO_DEBUG_OUTPUT)
19
-endif()
20
-
21
22
target_sources(libSocks5proxy PRIVATE
23
socks5.h
0 commit comments