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
Copy file name to clipboardExpand all lines: .github/workflows/ci-macvim.yaml
+24-6
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ env:
20
20
21
21
CC: clang
22
22
23
+
MAKE_BUILD_ARGS: LINK_AS_NEEDED=yes # In macOS we never over-specify link dependencies and we already check against external deps in smoketest. With LTO, linking takes a while, so we want to avoid using link.sh.
24
+
23
25
VERSIONER_PERL_VERSION: '5.30'# macOS default Perl installation uses this to determine which one to use
0 commit comments