From 098b1d52ca7ad394eaee0481c6c43ed0234166f6 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 9 Dec 2002 13:38:01 +0000 Subject: change CFLAGS to CXXFLAGS svn-id: r5896 --- dists/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dists') 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: -- cgit v1.2.3