summaryrefslogtreecommitdiffstats
path: root/make/custom/psim.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/psim.cfg')
-rw-r--r--make/custom/psim.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/make/custom/psim.cfg b/make/custom/psim.cfg
index cd01229b8d..9644c189b4 100644
--- a/make/custom/psim.cfg
+++ b/make/custom/psim.cfg
@@ -14,10 +14,6 @@ RTEMS_BSP_FAMILY=psim
# This section makes the target dependent options file.
-# NDEBUG (C library)
-# if defined asserts do not generate code. This is commonly used
-# as a command line option.
-#
# RTEMS_TEST_NO_PAUSE (RTEMS tests)
# do not pause between screens of output in the rtems tests
#
@@ -45,7 +41,6 @@ RTEMS_BSP_FAMILY=psim
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@
@echo "#define CONSOLE_USE_POLLED !CONSOLE_USE_INTERRUPTS" >>$@