diff --git a/configure/os/CONFIG.Common.vxWorksCommon b/configure/os/CONFIG.Common.vxWorksCommon index d420660fb..90a5888dc 100644 --- a/configure/os/CONFIG.Common.vxWorksCommon +++ b/configure/os/CONFIG.Common.vxWorksCommon @@ -84,9 +84,9 @@ POSIX_CPPFLAGS_NO = #-------------------------------------------------- # Optimization flag overrides -OPT_CFLAGS_YES = -O2 +OPT_CFLAGS_YES = -O3 OPT_CFLAGS_NO = -OPT_CXXFLAGS_YES = -O2 +OPT_CXXFLAGS_YES = -O3 OPT_CXXFLAGS_NO = #--------------------------------------------------