[Pkg-scicomp-commits] trilinos/trunk/debian

Christophe Prud'homme prudhomm at debian.org
Thu Aug 7 09:58:31 UTC 2008


SVN commit 2696 by prudhomm:

fixed copyright
add -g to enable -dbg


 M  +3 -3      trilinos/trunk/debian/rules  


--- trilinos/trunk/debian/rules #2695:2696
@@ -24,9 +24,9 @@
 
 #DEB_MAKE_ENVVARS    := -j2
 
-export CFLAGS=-fPIC -O2
-export CXXFLAGS=-fPIC -O2
-export FFLAGS=-fPIC -O2
+export CFLAGS=-g -fPIC -O2
+export CXXFLAGS=-g -fPIC -O2
+export FFLAGS=-g -fPIC -O2
 
 # --with-mpi-compilers="/usr/lib/mpich/bin"
 DEB_CONFIGURE_EXTRA_FLAGS := -C --with-gnumake \



More information about the Pkg-scicomp-commits mailing list