We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db8ef6b commit de24489Copy full SHA for de24489
examples/models/llava/CMakeLists.txt
@@ -198,9 +198,9 @@ list(APPEND _common_include_directories ${stb_SOURCE_DIR}
198
199
add_executable(llava_main ${_srcs})
200
if(NOT CMAKE_BUILD_TYPE STREQUAL "Debug")
201
- target_link_options_gc_sections(llama_main)
+ target_link_options_gc_sections(llava_main)
202
if(NOT APPLE)
203
- target_link_options(llama_main PRIVATE "LINKER:-s")
+ target_link_options(llava_main PRIVATE "LINKER:-s")
204
endif()
205
206
0 commit comments