File: verbose_output.patch

package info (click to toggle)
edfbrowser 2.13%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,548 kB
  • sloc: cpp: 84,499; ansic: 13,113; sh: 178; xml: 19; makefile: 13
file content (18 lines) | stat: -rw-r--r-- 544 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: make compiler output more verbose.
 Undo upstream commit 6ad7cd79e325fbe5cabde72960da32abda56eda6 to allow
 build options scanners to keep operating properly.
Author: Étienne Mollier <emollier@debian.org>
Forwarded: not-needed
Last-Update: 2025-10-01
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- edfbrowser.orig/edfbrowser.pro
+++ edfbrowser/edfbrowser.pro
@@ -44,7 +44,6 @@
 CONFIG += release
 CONFIG += static
 CONFIG += largefile
-CONFIG += silent
 QT += network
 
 contains(QT_MAJOR_VERSION, 6) {