]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(CFLAGS-tst-cancel.c): Add -fno-inline-functions to prevent automatic inline.
authorUlrich Drepper <drepper@redhat.com>
Thu, 17 Jan 2002 00:27:17 +0000 (00:27 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 17 Jan 2002 00:27:17 +0000 (00:27 +0000)
linuxthreads/Makefile

index cf01102db03de71b2aef8e3fd138138f0bfe0b86..e65f7f6589ffc82d4f08a72bc3f720e99c92f7c1 100644 (file)
@@ -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