Skip to content

Commit

Permalink
Setting Fast compiler option
Browse files Browse the repository at this point in the history
Signed-off-by: Shrinath Suresh <[email protected]>
  • Loading branch information
shrinath-suresh committed Aug 31, 2023
1 parent 52a7927 commit c675664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ list(APPEND LLM_SOURCE_FILES ${LLM_SRC_DIR}/run.c)
add_library(llm_handler SHARED ${LLM_SOURCE_FILES})
target_include_directories(llm_handler PUBLIC ${LLM_SRC_DIR})
target_link_libraries(llm_handler PRIVATE ts_backends_torch_scripted ts_utils ${TORCH_LIBRARIES})

target_compile_options(llm_handler PRIVATE -Wall -Wextra -Ofast)

0 comments on commit c675664

Please sign in to comment.