You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: statically link ArgumentParserToolInfo always
Now that windows supports static linking as well (to a certain degree),
alter the build of swift-argument-parser in CMake to use static linking
for ArgumentParserToolInfo always irrespective of whether ArgumentParser
is being built as a static library or a dynamic library. On Windows, in
release mode, this saves ~32KiB. Additionally, because no tool directly
links against this library, no binaries are further expanded by static
linking, and we have one less file to distribute.
0 commit comments