From b413ec9cecbb00e5ddff6009b3264cae95429a2b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 17 Jan 2002 00:27:17 +0000 Subject: [PATCH] (CFLAGS-tst-cancel.c): Add -fno-inline-functions to prevent automatic inline. --- linuxthreads/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index cf01102db0..e65f7f6589 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -46,7 +46,7 @@ LDFLAGS-pthread.so = $(nodelete-$(have-z-nodelete)) \ vpath %.c Examples tst-cancel-ARGS = "$(objpfx)" -CFLAGS-tst-cancel.c = -fno-inline +CFLAGS-tst-cancel.c = -fno-inline -fno-inline-functions include ../Makeconfig