summaryrefslogtreecommitdiffstats
path: root/make/custom/gensh2.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/gensh2.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/make/custom/gensh2.cfg b/make/custom/gensh2.cfg
index 09299bba6f..ebab079d75 100644
--- a/make/custom/gensh2.cfg
+++ b/make/custom/gensh2.cfg
@@ -48,9 +48,6 @@ CFLAGS_OPTIMIZE_V = -O4
# RTEMS_TEST_NO_PAUSE (RTEMS tests)
# do not pause between screens of output in the rtems tests
#
-# RTEMS_DEBUG (RTEMS)
-# If defined, debug checks in RTEMS and support library code are enabled.
-#
# STANDALONE_EVB
# This switch compiles code to jump-start from FLASH, without a monitor
#
@@ -65,7 +62,6 @@ define make-target-options
@echo "#define RTEMS_TEST_IO_STREAM 1" >>$@
@echo "/* #define STANDALONE_EVB 1 */" >>$@
@echo "#define START_HW_INIT 1" >>$@
- @echo "/* #define RTEMS_DEBUG 1 */" >>$@
endef