diff options
Diffstat (limited to 'community/chromium/gcc6.patch')
-rw-r--r-- | community/chromium/gcc6.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/community/chromium/gcc6.patch b/community/chromium/gcc6.patch deleted file mode 100644 index 036502c57e..0000000000 --- a/community/chromium/gcc6.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/build/config/linux/BUILD.gn b/build/config/linux/BUILD.gn -index 45fee9a..0769c41 100644 ---- build/config/linux/BUILD.gn -+++ build/config/linux/BUILD.gn -@@ -13,6 +13,7 @@ group("linux") { - # is applied to all targets. It is here to separate out the logic that is - # Linux-only. This is not applied to Android, but is applied to ChromeOS. - config("compiler") { -+ cflags_cc = [ "-fno-delete-null-pointer-checks" ] - } - - # This is included by reference in the //build/config/compiler:runtime_library |