From 9c05e4b0c9d44693a0086d74201374cf36dbf22a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 19 Jul 2012 15:51:43 +0200 Subject: [PATCH] configure: add -O2 by default to CFLAGS. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 1f48f5cf..4db5e815 100755 --- a/configure +++ b/configure @@ -179,7 +179,7 @@ else echo "Using compiler $CC" fi echo "CC = $CC" >>$CONFIG_MK -echo "CFLAGS = -pthread" >>$CONFIG_MK +echo "CFLAGS = -O2 -pthread" >>$CONFIG_MK if [ -n "$CFLAGS" ]; then echo "CFLAGS += $CFLAGS" >>$CONFIG_MK fi