Changeset abd259a3 in rtems for make/custom


Ignore:
Timestamp:
02/11/08 18:03:20 (16 years ago)
Author:
Till Straumann <strauman@…>
Branches:
4.10, 4.11, 4.9, 5, master
Children:
465b1efc
Parents:
76b0283
Message:

2008-02-11 Till Straumann <strauman@…>

  • custom/mvme3100.cfg: Removed CFLAGS_PROFILE_V; added '-g' to CFLAGS_DEBUG_V.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • make/custom/mvme3100.cfg

    r76b0283 rabd259a3  
    2727# debug flags: typically none, but at least -O1 is required due to this
    2828# BSP using inlined code
    29 CFLAGS_DEBUG_V = -O1
    30 
    31 # profile flags: typically none, but at least -O1 is required due to this
    32 # BSP using inlined code
    33 CFLAGS_PROFILE_V = -O1   
     29CFLAGS_DEBUG_V = -O1 -g
    3430
    3531define make-exe
Note: See TracChangeset for help on using the changeset viewer.