Changeset e073007 in rtems for make/custom


Ignore:
Timestamp:
07/28/07 04:39:30 (17 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
e4a22331
Parents:
14c415f
Message:

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

  • custom/rbtx4938.cfg: Add missing -O2.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • make/custom/rbtx4938.cfg

    r14c415f re073007  
    1717
    1818# optimize flag: typically -O2
    19 CFLAGS_OPTIMIZE_V = -fomit-frame-pointer
     19CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
    2020
    2121# The following are definitions of make-exe which will work using ld as
Note: See TracChangeset for help on using the changeset viewer.