Place to specify compiler flags

Ralf Corsepius corsepiu at faw.uni-ulm.de
Mon Sep 10 16:14:19 UTC 2001


On Mon, 2001-09-10 at 17:30, peter.o.mueller at gmx.de wrote:
> Hello,
> 
> I've some problems to find out where compiler flags are set. Is there an
> example showing how to set flags for c targets and c++ targets for
> debug/optimize/profile.
For usage inside of the source-tree and with the
user-makefile-fragments/ templates, your BSP's make/custom/*.cfg is the
place to set them.

The relevant make-variables are:
CFLAGS_OPTIMIZE_V
CFLAGS_DEBUG_V
CFLAGS_PROFILE_V.

Ralf







More information about the users mailing list