mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-13 14:50:17 +00:00
(CFLAGS-tst-cancel.c): Add -fno-inline-functions to prevent automatic inline.
This commit is contained in:
parent
7d6736e2a1
commit
b413ec9cec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user