Changeset 98db96e in rtems for c/src/make/compilers
- Timestamp:
- Jun 29, 2013, 12:00:39 PM (8 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 311ba73
- Parents:
- 40ce265
- git-author:
- Sebastian Huber <sebastian.huber@…> (06/29/13 12:00:39)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (06/29/13 13:15:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/make/compilers/gcc-target-default.cfg
r40ce265 r98db96e 46 46 # debug flag; 47 47 CFLAGS_DEBUG_V ?= -O0 -g 48 CXXFLAGS_DEBUG_V ?= -O0 -g48 CXXFLAGS_DEBUG_V ?= $(CFLAGS_DEBUG_V) 49 49 50 50 # when debugging, optimize flag: typically empty 51 51 # some compilers do allow optimization with their "-g" 52 52 CFLAGS_OPTIMIZE_V ?= -O2 -g 53 CXXFLAGS_OPTIMIZE_V ?= -O2 -g53 CXXFLAGS_OPTIMIZE_V ?= $(CFLAGS_OPTIMIZE_V) 54 54 55 55 ifndef AUTOMAKE
Note: See TracChangeset
for help on using the changeset viewer.