diff options
Diffstat (limited to 'linuxthreads/Makefile')
-rw-r--r-- | linuxthreads/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index b719ff8f21..42f06a6645 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) |