Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1795)

Unified Diff: build/config/BUILD.gn

Issue 2731753003: precompiled_header has no effect for GCC-style PCH, don't set it. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index b9eb2ef50aae60463036b01f372b4d93ee90eaf9..a5b09ff5c4cac49acf0bbe09ab7cd8e84ad5e284 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -392,7 +392,6 @@ config("precompiled_headers") {
# precompiled configurations.
cflags_c = [ "/wd4206" ]
} else if (is_mac) {
- precompiled_header = "build/precompile.h"
precompiled_source = "//build/precompile.h"
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698