mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
9 lines
315 B
Diff
9 lines
315 B
Diff
--- 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" ]
|
|
}
|