summaryrefslogtreecommitdiffstats
path: root/make/custom/psim.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/psim.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/make/custom/psim.cfg b/make/custom/psim.cfg
index 62e3074993..cd01229b8d 100644
--- a/make/custom/psim.cfg
+++ b/make/custom/psim.cfg
@@ -21,9 +21,6 @@ RTEMS_BSP_FAMILY=psim
# 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.
-#
# CONSOLE_USE_POLLED (psim_bsp)
# CONSOLE_USE_INTERRUPTS (psim_bsp)
# The psim console driver has the structure to operate in either
@@ -50,7 +47,6 @@ RTEMS_BSP_FAMILY=psim
define make-target-options
@echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
- @echo "/* #define RTEMS_DEBUG 1 */" >>$@
@echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@
@echo "#define CONSOLE_USE_POLLED !CONSOLE_USE_INTERRUPTS" >>$@
@echo "#define PSIM_FAST_IDLE 1" >>$@