[feel++] 16/122: use RelWithDebInfo
Mattia Rizzolo
mattia at debian.org
Sun Feb 14 15:29:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository feel++.
commit 63f755fb0863d91513f064009a998389c6005df0
Author: Christophe Prudhomme <prudhomm at debian.org>
Date: Sat May 29 17:39:57 2010 +0000
use RelWithDebInfo
---
debian/rules | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 0ec5b74..7679a4d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,8 +10,7 @@ DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
ifeq "$(DEB_BUILD_ARCH)" "powerpc"
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-LIFE_INSTALL_ENABLERS=-DCMAKE_BUILD_TYPE=RelWithDebInfo \
- -DLIFE_ENABLE_ALL=OFF \
+LIFE_INSTALL_ENABLERS=-DLIFE_ENABLE_ALL=OFF \
-DBUILD_TESTING=OFF \
-DLIFE_ENABLE_DOCUMENTATION=ON \
-DENABLE_INSTANTIATION_MODE=OFF
@@ -19,7 +18,7 @@ else
LIFE_INSTALL_ENABLERS=-DLIFE_ENABLE_ALL=ON
endif
DEB_CMAKE_EXTRA_FLAGS= \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DPETSC_ARCH=linux-gnu-c-opt \
-DPETSC_DIR=/usr/lib/petscdir/3.0.0 \
-DPETSC_EXECUTABLE_RUNS=ON \
--
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