This, in particular, prevents I clementine from generating a lot debug
information on sdtout/stderr, which, for users that just click on the icon
in a desktop enviroment, will get in .xsession-errors.

For those people that use their home directories centralized on an NFS
server, this can be quite a problem, as writing such unnecessary data
creates a lot of network traffic.

Please note that this does not disable the generation of debugging symbols
necessary to run, say, gdb.

Closes: #658224

Signed-off-by: Rogério Brito <rbr...@ime.usp.br>
---
 debian/rules |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 67ef1a4..2e4033a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,8 @@ override_dh_auto_configure:
        -DUSE_SYSTEM_PROJECTM=ON \
        -DUSE_SYSTEM_QXT=ON \
        -DQXTCORE_INCLUDE_DIRS=/usr/include/qxt/QxtCore/ \
-       -DQXTGUI_INCLUDE_DIRS=/usr/include/qxt/QxtGui/
+       -DQXTGUI_INCLUDE_DIRS=/usr/include/qxt/QxtGui/ \
+       -DCMAKE_BUILD_TYPE=Release
 
 override_dh_auto_build:
        docbook-to-man debian/clementine.sgml > debian/clementine.1
-- 
1.7.10




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to