Changeset 74cde4d in rtems for make/custom


Ignore:
Timestamp:
07/28/07 04:37:28 (17 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
ae590b41
Parents:
2aaa1643
Message:

2007-07-28 Ralf Corsépius <ralf.corsepius@…>

  • custom/virtex.cfg: Use -O2.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • make/custom/virtex.cfg

    r2aaa1643 r74cde4d  
    2828# -O4 is ok for RTEMS
    2929# NOTE: some level of -O may be actually required by inline assembler
    30 CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions -g
     30CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
    3131
    3232
Note: See TracChangeset for help on using the changeset viewer.