aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads/Makefile')
-rw-r--r--linuxthreads/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile
index b719ff8..42f06a6 100644
--- a/linuxthreads/Makefile
+++ b/linuxthreads/Makefile
@@ -44,6 +44,9 @@ LDFLAGS-pthread.so = $(nodelete-$(have-z-nodelete)) \
vpath %.c Examples
+tst-cancel-ARGS = "$(objpfx)"
+CFLAGS-tst-cancel.c = -fno-inline
+
include ../Makeconfig
ifeq ($(build-shared),yes)