Index: build/config/compiler/BUILD.gn |
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn |
index 09f8e6270904dfcf32a5ca15d05c00a8e1ae916c..a15232d8c62ef0db730f055cb3cb08a4a11fa2a4 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 |