~ubuntu-branches/ubuntu/lucid/gavl/lucid

« back to all changes in this revision

Viewing changes to m4/lqt_opt_cflags.m4

  • Committer: Bazaar Package Importer
  • Author(s): Romain Beauxis
  • Date: 2008-11-07 13:47:46 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20081107134746-s4s970fo1bcde9zw
Tags: 1.0.1-1
* Adopted package for debian, with the blessing of previous maintainer.
* Based new package on Christian Marillat's package for debian-multimedia.
* Removed support for ccache until I figure out how to make it work
  with cdbs.
* Changed library package name since ABI is not backward compatible, but
  upstream did not bump major soversion.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
lqt_test_flags=$lqt_cpuflags
92
92
 
93
93
if test x$LQT_DEBUG = xtrue; then
94
 
  lqt_test_cflags="$lqt_test_flags -g"
 
94
  lqt_test_cflags="$lqt_test_flags -g -DDEBUG"
95
95
else
96
96
  lqt_test_cflags="$lqt_test_flags $lqt_additional_opt_flags"
97
97
fi