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 853480e commit 8f07ac3Copy full SHA for 8f07ac3
1 file changed
scripts/github-actions/linux/build-hext-python-manylinux.sh
@@ -55,7 +55,7 @@ for i in /opt/python/cp* ; do
55
CMAKE_PREFIX_PATH="$HEXT_PYTHON_PREFIX:$HEXT_BOOST_INSTALL_PATH:$HEXT_GUMBO_INSTALL_PATH" cmake \
56
-DCMAKE_BUILD_TYPE=Release \
57
-DBUILD_SHARED_LIBS=On \
58
- -DCMAKE_CXX_FLAGS=" -static-libgcc -static-libstdc++ " ..
+ -DCMAKE_CXX_FLAGS=" -static-libgcc -static-libstdc++ -Wl,--exclude-libs,ALL " ..
59
make $CMAKE_MAKE_FLAGS
60
cp hext.py wheel/hext/__init__.py
61
strip --strip-unneeded _hext.so
0 commit comments