We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab3897 commit 83d9900Copy full SHA for 83d9900
Makefile
@@ -75,6 +75,8 @@ dist-macos: ## Build an LLVM release distribution for x86_64-apple-darwin
75
--flavor="Release" \
76
--targets="X86;AArch64;ARM;WebAssembly" \
77
--with-assertions \
78
+ --with-dylib \
79
+ --link-dylib \
80
--build-dir=$(CWD)/build/release \
81
--install-dir=$(CWD)/build/x86_64-apple-darwin \
82
--dist-dir=$(CWD)/build/packages/dist \
0 commit comments