| Index: build/config/BUILD.gn
|
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
|
| index f7c52f8ad9a7c67f5397950aa426f44ce4140eed..c8da546781c29aa77d296cb2e5c3c9e69b32845e 100644
|
| --- a/build/config/BUILD.gn
|
| +++ b/build/config/BUILD.gn
|
| @@ -449,9 +449,7 @@ config("precompiled_headers") {
|
| # then delete the precompile.c.obj file, then build again.
|
| cflags_c = [ "/wd4206" ]
|
| } else if (is_mac && !is_official_build && !use_goma) {
|
| - # TODO(andybons): enable this when GCC PCH support in the binary has been
|
| - # rolled.
|
| - #precompiled_header = "build/precompile.h"
|
| - #precompiled_source = "//build/precompile.h"
|
| + precompiled_header = "build/precompile.h"
|
| + precompiled_source = "//build/precompile.h"
|
| }
|
| }
|
|
|