diff options
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
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 |