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 e793913 commit 39507b6Copy full SHA for 39507b6
.ci/scripts/wheel/pre_build_script.sh
@@ -73,7 +73,9 @@ CFLAGS="-O2 -fPIC -fcommon \
73
-Wno-error=stringop-overflow \
74
-Wno-error=deprecated-declarations \
75
-Wno-error=use-after-free \
76
- -Wno-error" \
+ -Wno-error=builtin-declaration-mismatch \
77
+ -Wno-error"
78
+
79
../glibc-$GLIBC_VERSION/configure \
80
--prefix="$PREFIX" \
81
--without-selinux
0 commit comments