diff options
author | Fathi Boudra <fabo@debian.org> | 2009-10-09 16:40:09 +0200 |
---|---|---|
committer | Fathi Boudra <fabo@debian.org> | 2009-10-09 16:40:09 +0200 |
commit | 5c6de5fc91ec14181b3ba8e750d441d47f593f4a (patch) | |
tree | fc89873969a3c22966cefa8eada812b1f0e66921 /debian/rules | |
parent | 74d91d8ebcd2e1f02690c217c58f4a12d5322bb3 (diff) | |
download | qt4-x11-5c6de5fc91ec14181b3ba8e750d441d47f593f4a.tar.gz |
Build with -no-separate-debug-info. Adjust debian/rules accordingly.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 68c82ef..27a1a25 100755 --- a/debian/rules +++ b/debian/rules @@ -100,6 +100,7 @@ endif -no-rpath \ -optimized-qmake \ -dbus \ + -no-separate-debug-info \ -gtkstyle \ -system-nas-sound \ -lfontconfig \ |