--- 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" ] }