Skip to content

Commit

Permalink
Try with LINK_LLVM_STATIC on.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Sep 23, 2024
1 parent 8e0dde8 commit 2cc7ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ option ( INCLUDE_EMCC "Include emcc targets" on )
option ( INCLUDE_WASM_GLUE "Include wasm glue targets" on )
option ( MSVC_STATIC "Use static runtimes with MSVC" off)
option ( SELF_CONTAINED_LIBRARY "Don't search system architecture files." off)
option ( LINK_LLVM_STATIC "Link LLVM statically" off )
option ( LINK_LLVM_STATIC "Link LLVM statically" on )

#######################################
# Check output options
Expand Down

0 comments on commit 2cc7ccd

Please sign in to comment.