From 7e0774107ef80938fdc9ab6e5d4808bcfdaf8ce9 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Fri, 1 May 2015 19:42:29 +0200 Subject: Use gnu89 inline style * Makefile.am (AM_CFLAGS): Add -fgnu89-inline option. --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index 2c39451..37dee76 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,6 +63,10 @@ AM_CFLAGS += \ AM_CFLAGS += \ -fno-strict-aliasing +# We need the GNU-style inline +AM_CFLAGS += \ + -fgnu89-inline + # The smashing stack protector might be enabled by default, but might emit # unsuitable code. if disable_smashing_stack_protector -- cgit v1.2.3