Skip to content

Commit

Permalink
experimental linux
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Jun 8, 2024
1 parent 9539965 commit 07f6f14
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions linux/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,9 @@ target_compile_options(maid_llm PRIVATE
target_link_options(maid_llm PRIVATE
-Wl,--gc-sections
-flto
)

set(maid_llm_bundled_libraries
$<TARGET_FILE:maid_llm>
PARENT_SCOPE
)

0 comments on commit 07f6f14

Please sign in to comment.