Commit 0f4c945d authored by thomasl's avatar thomasl

remove -march=native on gcc because it breaks gcc on dlsch_decoding.c



git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6261 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 3c48e9f8
......@@ -17,7 +17,7 @@ CFLAGS += -Wno-packed-bitfield-compat
# This is the minimum CPU faetures for OAI
CFLAGS += -mmmx -msse -msse2 -mssse3 -msse4.1
# Add CPU features from local CPU
CFLAGS += -march=native
#CFLAGS += -march=native
ifeq ($(OSTYPE),Cygwin)
cygwin=1
......
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