Skip to content

Commit

Permalink
MAINT: Stop static linking
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Jul 2, 2023
1 parent b6b8d10 commit 75262d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ endif
if is_mingw
# For mingw-w64, don't use LTO
add_project_arguments('-fno-use-linker-plugin', language: ['c', 'cpp'])
# Link statically against the UCRT [kanged, numpy]
add_project_link_arguments(['-lucrt', '-static'] , language:['c', 'cpp'])
endif

# --------------------- Dependencies
Expand Down

0 comments on commit 75262d9

Please sign in to comment.