From fd077b468b2e8fefb037b6e187bc1be4e97a3a6a Mon Sep 17 00:00:00 2001 From: Florian Kaltenberger <florian.kaltenberger@eurecom.fr> Date: Tue, 10 Mar 2015 20:42:58 +0000 Subject: [PATCH] change -O3 to -O2 (causes problems on some machines) git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6751 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- common/utils/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/utils/Makefile.inc b/common/utils/Makefile.inc index bef5a82e3e6..b49c18a899b 100644 --- a/common/utils/Makefile.inc +++ b/common/utils/Makefile.inc @@ -11,7 +11,7 @@ CFLAGS += -Wall -g -ggdb -Wstrict-prototypes -fno-strict-aliasing -rdynamic CFLAGS += $(call cc-option,-mpreferred-stack-boundary=4) #For performance, if some option doesn't exist in all gcc versions, use $(call cc-option,MY_OPTION) -CFLAGS += -O3 -funroll-loops +CFLAGS += -O2 -funroll-loops CFLAGS += -Wno-packed-bitfield-compat # This is the minimum CPU faetures for OAI -- GitLab