Lines Matching full:builds
44 # builds on Linux that could use a different version of the compiler.
74 # Use it by default on official-optimized android and Chrome OS builds, but
77 # Disabled in iOS cronet builds since build step cronet_static_complete
94 # Whether an error should be raised on attempts to make debug builds with
99 # Exclude unwind tables by default for official builds as unwinding can be
102 # them in shipping builds.
103 # For unofficial (e.g. development) builds and non-Chrome branded (e.g. Cronet
104 # which doesn't use Crashpad, crbug.com/479283) builds it's useful to be able
106 # Include the unwind tables on Android even for official builds, as otherwise
153 "Cannot profile component builds (crbug.com/1199271).")
165 # 32-bit builds (https://bugs.llvm.org/show_bug.cgi?id=18505) so disable them
195 # sanitizer and profiling builds.
216 # Unwinding with CFI table is only possible on static library builds and
233 # deterministic builds to reduce compile times, so this is less relevant for
274 # Prefer faster & smaller release builds.
296 # Linux builds slower by having symbols as part of the target binary,
298 # them off, but keep them on for Official builds and Chromecast builds.
308 # Non-component debug builds with symbol_level = 2 are an undesirable (very slow
313 # iOS does not support component builds so add an exception for this platform.
321 "Can't do non-component builds at symbol_level=2 without use_debug_fission=true")