blob: 14c0d0f16534e72d6a99ef89e534f72bd2103307 (
plain)
1
2
3
4
5
6
7
8
|
--- build/config/linux/BUILD.gn.orig
+++ build/config/linux/BUILD.gn
@@ -13,6 +13,7 @@
# 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" ]
}
|