Skip to content

Commit e793913

Browse files
committed
debug
1 parent 54c138b commit e793913

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci/scripts/wheel/pre_build_script.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,14 @@ CFLAGS="-O2 -fPIC -fcommon \
7272
-Wno-error=zero-length-bounds \
7373
-Wno-error=stringop-overflow \
7474
-Wno-error=deprecated-declarations \
75+
-Wno-error=use-after-free \
7576
-Wno-error" \
7677
../glibc-$GLIBC_VERSION/configure \
7778
--prefix="$PREFIX" \
7879
--without-selinux
7980

8081

82+
8183
make -j"$(nproc)"
8284
make install
8385

0 commit comments

Comments
 (0)