From 43a0245c49bf31f9921d9a1c171b57cc124297ec Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 27 Aug 2014 09:00:14 +0200 Subject: [PATCH] configure: compile with -finline-functions by default. --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 22affaf5..fe183b32 100755 --- a/configure +++ b/configure @@ -267,6 +267,7 @@ done # Check for some compiler flags. # check_compiler_flag PIC f CFLAGS +check_compiler_flag "inline-functions" f CFLAGS check_compiler_flag stack-protector-all f CFLAGS if [ $? -eq 0 ]; then