Skip to content

Commit 39507b6

Browse files
committed
debug
1 parent e793913 commit 39507b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.ci/scripts/wheel/pre_build_script.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ CFLAGS="-O2 -fPIC -fcommon \
7373
-Wno-error=stringop-overflow \
7474
-Wno-error=deprecated-declarations \
7575
-Wno-error=use-after-free \
76-
-Wno-error" \
76+
-Wno-error=builtin-declaration-mismatch \
77+
-Wno-error"
78+
7779
../glibc-$GLIBC_VERSION/configure \
7880
--prefix="$PREFIX" \
7981
--without-selinux

0 commit comments

Comments
 (0)