aboutsummaryrefslogtreecommitdiffstats
path: root/community/chromium/gcc6.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/chromium/gcc6.patch')
-rw-r--r--community/chromium/gcc6.patch2
1 files changed, 0 insertions, 2 deletions
diff --git a/community/chromium/gcc6.patch b/community/chromium/gcc6.patch
index 21a63ceebd..14c0d0f165 100644
--- a/community/chromium/gcc6.patch
+++ b/community/chromium/gcc6.patch
@@ -5,6 +5,4 @@
# Linux-only. This is not applied to Android, but is applied to ChromeOS.
config("compiler") {
+ cflags_cc = [ "-fno-delete-null-pointer-checks" ]
- cflags = [ "-pthread" ]
- ldflags = [ "-pthread" ]
}