mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-11 12:06:41 +02:00
13 lines
325 B
Diff
13 lines
325 B
Diff
--- a/build/config/compiler/BUILD.gn
|
|
+++ b/build/config/compiler/BUILD.gn
|
|
@@ -672,10 +672,6 @@
|
|
"-Wextra",
|
|
]
|
|
|
|
- if (dart_sysroot != "alpine") {
|
|
- cflags += [ "-Werror" ]
|
|
- }
|
|
-
|
|
defines = []
|
|
if (!using_sanitizer && !is_clang) {
|
|
# _FORTIFY_SOURCE isn't really supported by Clang now, see
|