diff options
Diffstat (limited to 'dists/debian')
-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: |