Lines Matching refs:cflags
47 def CleanupCFlags(cflags):49 cflags = {s for s in cflags if s.startswith('-W')}53 cflags = cflags.union([63 cflags = cflags.union([73 cflags = sorted(cflags)74 cflags.insert(0, "-U_FORTIFY_SOURCE")75 return cflags