2007-12-16 Ralf Corsépius <ralf.corsepius@rtems.org>

* configure.ac: Revert Joel's 2007-06-13 NDEBUG patch.
This commit is contained in:
Ralf Corsepius
2007-12-16 18:14:09 +00:00
parent ed36c3513d
commit 7875d408be
2 changed files with 4 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
2007-12-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Revert Joel's 2007-06-13 NDEBUG patch.
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/src/pheapallocatealigned.c, score/src/pheapgetblocksize.c:

View File

@@ -206,12 +206,6 @@ RTEMS_CPUOPT([SIZEOF_CPU_CONTEXT],
[$ac_cv_sizeof_CPU_CONTEXT],
[The size of a 'CPU_CONTEXT', as computed by sizeof])
RTEMS_CPUOPT([NDEBUG],
[test x"${NDEBUG}" = x"1"],
[1],
[disable asserts]
)
RTEMS_CPUOPT([__RTEMS_USE_TICKS_CPU_USAGE_STATISTICS__],
[test x"${USE_TICKS_FOR_CPU_USAGE_STATISTICS}" = x"1"],
[1],