[feel++] 05/05: Build with debug symbols

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Tue Apr 19 14:18:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

locutusofborg pushed a commit to branch master
in repository feel++.

commit fd711bed9438393b3300575e227e4495941c75be
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Tue Apr 19 16:15:38 2016 +0200

    Build with debug symbols
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 02065ce..d65d058 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ feel++ (1:0.101.1-1) UNRELEASED; urgency=medium
   * Disable doxygen documentation, upstream didn't provide the api directory.
   * Add astyle dependency.
   * Remove PET hack on rules file (fixing build)
+  * Build with debug symbols.
 
  -- Mattia Rizzolo <mattia at debian.org>  Mon, 18 Apr 2016 15:19:40 +0000
 
diff --git a/debian/rules b/debian/rules
index 43f9ac0..31711fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 # disable DOXYGEN, https://github.com/feelpp/feelpp/issues/738
 override_dh_auto_configure:
 	dh_auto_configure -O--buildsystem=cmake --  \
-		-DCMAKE_BUILD_TYPE=Release              \
+		-DCMAKE_BUILD_TYPE=RelWithDebInfo       \
 		-DPETSC_EXECUTABLE_RUNS=ON              \
 		-DBUILD_TESTING=ON                      \
 		-DFEELPP_ENABLE_DOXYGEN=OFF             \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/feel++.git



More information about the debian-science-commits mailing list