don't use optimization in vxWorks!

This commit is contained in:
zimoch
2013-05-16 11:51:07 +00:00
parent 38100e7c49
commit 421f3fae21

View File

@@ -3,6 +3,6 @@ VXWORKS_VERSION = 5.5
WIND_BASE = /afs/psi.ch/project/vxworks/Tornado2.2
#there is a problem with our ccppc and optimization
# -O and -O0 work, -O1 and higher are buggy
OPT_CFLAGS_YES = -O
OPT_CXXFLAGS_YES = -O
# -O0 works, -O and -O1 and higher are buggy
OPT_CFLAGS_YES = -O0
OPT_CXXFLAGS_YES = -O0