Browse Source

Disable precompiled headers

Workaround for https://crbug.com/924225
deepak1556 6 years ago
parent
commit
36726bd70f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      build/args/all.gn

+ 4 - 0
build/args/all.gn

@@ -13,3 +13,7 @@ ffmpeg_branding = "Chrome"
 enable_basic_printing = true
 
 is_cfi = false
+
+# FIXME(deepak1556): workaround for https://crbug.com/924225
+# remove this when clang roll 352138 lands.
+enable_precompiled_headers = false