Merge "Revert "Enable -Wfortify-source"" into main
diff --git a/cc/config/global.go b/cc/config/global.go
index 6f93bd8..c838357 100644
--- a/cc/config/global.go
+++ b/cc/config/global.go
@@ -361,6 +361,8 @@
 		"-Wno-array-parameter",
 		"-Wno-gnu-offsetof-extensions",
 		"-Wno-pessimizing-move",
+		// TODO: Enable this warning http://b/315245071
+		"-Wno-fortify-source",
 	}
 
 	llvmNextExtraCommonGlobalCflags = []string{