[Pkg-running-devel] [openambit] 54/131: add debug symbols to libambit build

Christian Perrier bubulle at moszumanska.debian.org
Thu Jul 17 20:19:11 UTC 2014


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

bubulle pushed a commit to branch master
in repository openambit.

commit 933fca11a75c5208d841b1af9c6ae362069cd4e6
Author: Marco Bernasocchi <marco at opengis.ch>
Date:   Thu Jan 16 11:09:57 2014 +0100

    add debug symbols to libambit build
---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index 35592a9..2f73194 100755
--- a/build.sh
+++ b/build.sh
@@ -8,7 +8,7 @@ cd $SOURCE_LOCATION
 echo "------building libambit------"
 mkdir -p libambit-build
 cd libambit-build
-cmake ../src/libambit
+cmake -DCMAKE_BUILD_TYPE=Debug ../src/libambit
 make -j$CORES
 
 cd $SOURCE_LOCATION

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/openambit.git



More information about the Pkg-running-devel mailing list