mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-08-21 15:13:07 -04:00
examplse : de-shadow
ggml-ci
This commit is contained in:
@@ -3,3 +3,4 @@ add_executable(${TARGET} run.cpp)
|
||||
install(TARGETS ${TARGET} RUNTIME)
|
||||
target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT})
|
||||
target_compile_features(${TARGET} PRIVATE cxx_std_17)
|
||||
target_compile_options(${TARGET} PRIVATE -Wno-shadow) # TMP
|
||||
|
Reference in New Issue
Block a user