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 371f002 commit a0d10c5Copy full SHA for a0d10c5
build-libcxx.sh
@@ -109,7 +109,8 @@ build_all() {
109
-DLIBUNWIND_ENABLE_STATIC=$STATIC \
110
-DLIBUNWIND_ENABLE_CROSS_UNWINDING=FALSE \
111
-DLIBUNWIND_STANDALONE_BUILD=TRUE \
112
- -DCMAKE_CXX_FLAGS="-nostdinc++ -I$LIBCXX/include" \
+ -DCMAKE_CXX_FLAGS="-nostdinc++ -I$LIBCXX/include -Wno-dll-attribute-on-redeclaration" \
113
+ -DCMAKE_C_FLAGS="-Wno-dll-attribute-on-redeclaration" \
114
-DCMAKE_SHARED_LINKER_FLAGS="-lpsapi" \
115
..
116
make -j$CORES
0 commit comments