[simbody] 01/01: Use RelwithDebInfo to build

Jose Luis Rivero jrivero-guest at moszumanska.debian.org
Thu Jun 12 23:28:06 UTC 2014


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

jrivero-guest pushed a commit to branch master
in repository simbody.

commit 26f151b77cc77042dd1eb1abbc97a5841dd9d7e8
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date:   Fri Jun 13 01:27:32 2014 +0200

    Use RelwithDebInfo to build
    
    Upstream recommends it:
    https://github.com/simbody/simbody/issues/157
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index a0e0492..1882900 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,8 @@
 override_dh_auto_configure:
 	dh_auto_configure --  \
 	    -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-	    -DBUILD_EXAMPLES:BOOL=False
+	    -DBUILD_EXAMPLES:BOOL=False \
+	    -DMAKE_BUILD_TYPE:STRING=RelWithDebInfo
 
 override_dh_auto_build-indep:
 	dh_auto_build -- doxygen

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



More information about the debian-science-commits mailing list