We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f29dca commit a263bb8Copy full SHA for a263bb8
1 file changed
tests/frontend/add.sh
@@ -324,7 +324,8 @@ create_shlibs() {
324
touch empty.c
325
cc -shared -Wl,-soname=libtest.so.1 empty.c -o libtest.so.1
326
ln -s libtest.so.1 libtest.so
327
- cc -shared -Wl,-soname=libconsumer.so.1 empty.c -o libconsumer.so.1 -L. -ltest
+ cc -shared -Wl,-soname=libconsumer.so.1 -Wl,--no-as-needed \
328
+ empty.c -o libconsumer.so.1 -L. -ltest
329
}
330
331
# Helper: set up the symlink directory layout for shlib tests.
0 commit comments