don't use optimization in vxWorks!
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user