configure: compile with -finline-functions by default.

This commit is contained in:
Juan RP 2014-08-27 09:00:14 +02:00
parent 035b8d8c73
commit 43a0245c49

1
configure vendored
View File

@ -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