mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-28 00:42:25 +01:00
Nothing in community depends on it anymore and we're actively trying to get rid of it, so demote it to testing where a few packages (5 at the time of writing) are still using it.
14 lines
499 B
Diff
14 lines
499 B
Diff
pasting the full compiler invocation for every cu is redundant, because failures
|
|
already print the compiler invocation (where it matters), and the rest is spam
|
|
--
|
|
--- a/src/core/gn_run.pro
|
|
+++ b/src/core/gn_run.pro
|
|
@@ -45,7 +45,6 @@
|
|
isEmpty(enableThreads):macos {
|
|
gn_threads = "--threads=1"
|
|
}
|
|
- isEmpty(ninjaflags):!silent: ninjaflags = "-v"
|
|
build_pass:build_all: default_target.target = all
|
|
else: default_target.target = first
|
|
default_target.depends = runninja
|