Virtual: adjust project options

This commit is contained in:
Stefan Saraev 2013-04-28 12:01:15 +03:00
parent 503555877f
commit 296b32bdae

View File

@ -43,7 +43,7 @@
# athlon-fx amdfam10 barcelona
# (Intel CPUs) atom core2 nocona
#
TARGET_CPU="core2"
TARGET_CPU="nocona"
;;
arm)
@ -75,7 +75,7 @@
OPTIMIZATIONS="size"
# Project CFLAGS
PROJECT_CFLAGS="-mfpmath=sse -msse2 -mssse3"
PROJECT_CFLAGS="-mmmx -msse -msse2 -mfpmath=sse"
# LTO (Link Time Optimization) support
LTO_SUPPORT="yes"