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 9b718d9 commit 70efe6bCopy full SHA for 70efe6b
recipe/bld.bat
@@ -18,6 +18,7 @@ cmake ^
18
-DBUILD_SHARED_LIBS=yes ^
19
-DMSVC_USE_MT=no ^
20
-DBUILD_SHARED_LIBS=no ^
21
+ -DWITH_LLVM_DYLIB=no ^
22
..
23
if errorlevel 1 exit 1
24
recipe/build.sh
@@ -35,6 +35,7 @@ cmake ${CMAKE_ARGS} \
35
-DWITH_COTIRE=no \
36
-DBUILD_FOR_DISTRIBUTION=yes \
37
-DBUILD_SHARED_LIBS=no \
38
+ -DWITH_LLVM_DYLIB=no \
39
40
41
make -j${CPU_COUNT} VERBOSE=1
0 commit comments