Commit fd077b46 authored by Florian Kaltenberger's avatar Florian Kaltenberger

change -O3 to -O2 (causes problems on some machines)


git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6751 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 89dc3c55
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment