Home | History | Annotate | Download | only in cc

Lines Matching full:cppflags

117 	CppFlags        []string // Flags that apply to C++ source files
708 flags.CppFlags, _ = filterList(flags.CppFlags, config.IllegalFlags)
720 ctx.Variable(pctx, "cppflags", strings.Join(flags.CppFlags, " "))
723 flags.CppFlags = []string{"$cppflags"}