diff options
author | martin@piware.de <> | 2010-06-11 10:01:27 +0200 |
---|---|---|
committer | martin@piware.de <> | 2010-06-11 10:01:27 +0200 |
commit | fdd739c74dcf266a7cb2f3688ea11afec4055f2c (patch) | |
tree | dd76a6d78b34f87be5d7ca63f2ad037861b06e8d /debian/rules | |
parent | 31e1187be48846395cb3b57f0e9a731261a1484c (diff) |
* debian/rules:
- Make DEB_BUILD_OPTIONS=noopt actually work by passing the right
CXXFLAGS.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 7677708b2..450f3e0f6 100755 --- a/debian/rules +++ b/debian/rules @@ -108,7 +108,7 @@ build/configure-stamp: configure dh_testdir -mkdir build cp COPYING debian/copyright - cd build && CXXFLAGS="$(confcxxflags)" ../configure $(confflags) + cd build && CXXFLAGS="$(CXXFLAGS)" ../configure $(confflags) touch $@ build/build-stamp: build/configure-stamp |