This commit is contained in:
Dmitry Wolf 2025-01-31 22:35:25 +03:00 committed by GitHub
commit a617304cb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,3 +39,5 @@ if (BUILD_SHARED_LIBS)
target_compile_definitions(llama PRIVATE LLAMA_BUILD)
target_compile_definitions(llama PUBLIC LLAMA_SHARED)
endif()
set_source_files_properties(unicode-data.cpp PROPERTIES COMPILE_FLAGS -O1)