8000 Update llama.cpp and shared library build process · coderonion/llama-cpp-python@02760f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 02760f8

Browse files
committed
Update llama.cpp and shared library build process
1 parent 90c7872 commit 02760f8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ cmake_minimum_required(VERSION 3.4...3.22)
22

33
project(llama_cpp)
44

5-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
6-
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC")
7-
set(LLAMA_STATIC "Off")
85
set(BUILD_SHARED_LIBS "On")
96

107
add_subdirectory(vendor/llama.cpp)

vendor/llama.cpp

0 commit comments

Comments
 (0)
0