Changeset 3fddd25c in rtems


Ignore:
Timestamp:
12/01/00 19:25:10 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5af177f
Parents:
76c0bbbb
Message:

2000-12-01 Joel Sherrill <joel@…>

  • custom/jmr3904.cfg: Turn optimization back up to -O2.
Location:
make
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • make/ChangeLog

    r76c0bbbb r3fddd25c  
     1
     22000-12-01      Joel Sherrill <joel@OARcorp.com>
     3
     4        * custom/jmr3904.cfg: Turn optimization back up to -O2.
    15
    262000-11-30      Joel Sherrill <joel@OARcorp.com>
  • make/custom/jmr3904.cfg

    r76c0bbbb r3fddd25c  
    2020# optimize flag: typically -0, could use -O4 or -fast
    2121# -O4 is ok for RTEMS
    22 CFLAGS_OPTIMIZE_V=-O0 -g
     22CFLAGS_OPTIMIZE_V=-O2 -g
    2323
    2424#  This section makes the target dependent options file.
Note: See TracChangeset for help on using the changeset viewer.