summaryrefslogtreecommitdiffstats
path: root/make/custom/c3xsim.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/c3xsim.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/make/custom/c3xsim.cfg b/make/custom/c3xsim.cfg
index 2967b8d5fd..51cbb6356f 100644
--- a/make/custom/c3xsim.cfg
+++ b/make/custom/c3xsim.cfg
@@ -12,8 +12,7 @@ CPU_CFLAGS = -mcpu=32
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=c4xsim
-# optimize flag: typically -0, could use -O4 or -fast
-# -O4 is ok for RTEMS
+# optimize flag: typically -O2
# -O4 is broken for the moment on the C4x gcc
#CFLAGS_OPTIMIZE_V=-O4
CFLAGS_OPTIMIZE_V=-O1