mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 08:51:25 +02:00
13 lines
510 B
Diff
13 lines
510 B
Diff
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
|