We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed353f commit 5d4428bCopy full SHA for 5d4428b
1 file changed
vendor/cpp-httplib/CMakeLists.txt
@@ -5,6 +5,8 @@ find_package(Threads REQUIRED)
5
6
llama_add_compile_flags()
7
8
+set(CMAKE_POSITION_INDEPENDENT_CODE ON)
9
+
10
add_library(${TARGET} STATIC httplib.cpp httplib.h)
11
12
# disable warnings in 3rd party code
0 commit comments