Changeset 16aa296c in rtems
- Timestamp:
- 06/13/07 20:39:56 (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b016200a
- Parents:
- 58515e7
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r58515e7 r16aa296c 1 2007-06-13 Joel Sherrill <joel.sherrill@OARcorp.com> 2 3 * configure.ac: Add NDEBUG as a command line compilation option. 4 1 5 2007-06-12 Joel Sherrill <joel.sherrill@OARcorp.com> 2 6 -
cpukit/configure.ac
r58515e7 r16aa296c 206 206 [$ac_cv_sizeof_CPU_CONTEXT], 207 207 [The size of a 'CPU_CONTEXT', as computed by sizeof]) 208 209 RTEMS_CPUOPT([NDEBUG], 210 [test x"${NDEBUG}" = x"1"], 211 [1], 212 [disable asserts] 213 ) 208 214 209 215 RTEMS_CPUOPT([__RTEMS_USE_TICKS_CPU_USAGE_STATISTICS__],
Note: See TracChangeset
for help on using the changeset viewer.