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 e98ba52 commit 0b3b0e8Copy full SHA for 0b3b0e8
ext/opcache/jit/tls/testing/test.sh
@@ -207,7 +207,9 @@ for CC in clang gcc; do
207
CFLAGS="$MACHINE $MUSL $opt -Werror -I$root/ext/opcache -I$root/Zend -I$root"
208
LDFLAGS="$MACHINE -fuse-ld=$LD $RPATH"
209
210
- exe_def_static_user
+ for pic in "-fPIC" "-fno-PIC -static"; do
211
+ CFLAGS="$CFLAGS $pic" exe_def_static_user
212
+ done
213
shared_def_static_user
214
shared_def_static_user_no_surplus
215
dl_def_static_user
0 commit comments