Lines Matching full:ccflags
9 CCFLAGS Flags to pass to the C compiler
22 if 'CCFLAGS' in ARGUMENTS: env.Append(CCFLAGS = ARGUMENTS['CCFLAGS'])
37 '''Check if given CCFLAGS are supported'''
38 context.Message('Checking support for CCFLAGS="%s"... ' % flags)
39 oldflags = context.env['CCFLAGS']
40 oldlinkflags = context.env['CCFLAGS']
41 context.env.Append(CCFLAGS = flags)
44 context.env.Replace(CCFLAGS = oldflags)
77 conf.env.Append(CCFLAGS = '-fmudflap')
99 # Initialize the CCFLAGS according to the compiler