diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn index 09f8e6270904df..a15232d8c62ef0 100644 --- a/build/config/compiler/BUILD.gn +++ b/build/config/compiler/BUILD.gn @@ -849,9 +849,9 @@ config("no_optimize") { } } -# On Windows, turns up the optimization level. This implies whole program +# Turns up the optimization level. On Windows, this implies whole program # optimization and link-time code generation which is very expensive and should -# be used sparingly. For non-Windows, this is the same as "optimize". +# be used sparingly. config("optimize_max") { cflags = common_optimize_on_cflags ldflags = common_optimize_on_ldflags diff --git a/tools/gn/command_desc.cc b/tools/gn/command_desc.cc index 16aee40669e1f5..e24f0e44f02617 100644 --- a/tools/gn/command_desc.cc +++ b/tools/gn/command_desc.cc @@ -58,9 +58,13 @@ void RecursiveCollectChildDeps(const Target* target, std::set