diff options
author | Max Horn | 2002-12-09 13:38:01 +0000 |
---|---|---|
committer | Max Horn | 2002-12-09 13:38:01 +0000 |
commit | 098b1d52ca7ad394eaee0481c6c43ed0234166f6 (patch) | |
tree | 387525288eb73f5f7752270316590b962233d99a /dists | |
parent | 90b844d95e82f70e31bb59abf05252d86f5849ec (diff) | |
download | scummvm-rg350-098b1d52ca7ad394eaee0481c6c43ed0234166f6.tar.gz scummvm-rg350-098b1d52ca7ad394eaee0481c6c43ed0234166f6.tar.bz2 scummvm-rg350-098b1d52ca7ad394eaee0481c6c43ed0234166f6.zip |
change CFLAGS to CXXFLAGS
svn-id: r5896
Diffstat (limited to 'dists')
-rwxr-xr-x | dists/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dists/debian/rules b/dists/debian/rules index 8bd7b6989b..769da061fd 100755 --- a/dists/debian/rules +++ b/dists/debian/rules @@ -3,7 +3,7 @@ export DH_COMPAT=3 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) - export CFLAGS += -g + export CXXFLAGS += -g endif build: |