Revert "Enable -Wfortify-source"

This reverts commit 492e81bd0e875e84dede746f4aa212902c2932a3.

Reason for revert: Droidmonitor created revert due to b/364912148.

Change-Id: Ic487ca2f4b5e650b70cfb87889d8bd112bec32c6
diff --git a/cc/config/global.go b/cc/config/global.go
index 707b9dc..0e8fff6 100644
--- a/cc/config/global.go
+++ b/cc/config/global.go
@@ -362,6 +362,8 @@
 		"-Wno-array-parameter",
 		"-Wno-gnu-offsetof-extensions",
 		"-Wno-pessimizing-move",
+		// TODO: Enable this warning http://b/315245071
+		"-Wno-fortify-source",
 	}
 
 	llvmNextExtraCommonGlobalCflags = []string{