[Pkg-scicomp-devel] gmsh/trunk/debian
Christophe Prud'homme
prudhomm at debian.org
Wed Jul 25 11:50:31 UTC 2007
SVN commit 1715 by prudhomm:
use -O3
M +13 -7 gmsh/trunk/debian/changelog
M +2 -2 gmsh/trunk/debian/rules
--- gmsh/trunk/debian/changelog #1714:1715
@@ -1,3 +1,9 @@
+gmsh (2.0.8-2) unstable; urgency=low
+
+ * debian/rules: use -O3 to compile gmsh
+
+ -- Christophe Prud'homme <prudhomm at debian.org> Wed, 25 Jul 2007 10:20:57 +0200
+
gmsh (2.0.8-1) unstable; urgency=low
[ Christophe Prud'homme ]
@@ -2,9 +8,9 @@
* New upstream release
- + unused vertices are not saved in mesh files anymore;
- + new plugin GUI; automatic GUI font size selection;
- + renamed Plugin(DecomposeInSimplex) into Plugin(MakeSimplex);
- + reintroduced enhanced Plugin(SphericalRaise);
- + clarified meshing algo names;
- + new option to save groups of nodes in UNV meshes;
- + new background mesh infrastructure;
+ + unused vertices are not saved in mesh files anymore;
+ + new plugin GUI; automatic GUI font size selection;
+ + renamed Plugin(DecomposeInSimplex) into Plugin(MakeSimplex);
+ + reintroduced enhanced Plugin(SphericalRaise);
+ + clarified meshing algo names;
+ + new option to save groups of nodes in UNV meshes;
+ + new background mesh infrastructure;
+ many small improvements and small bug fixes.
--- gmsh/trunk/debian/rules #1714:1715
@@ -35,8 +35,8 @@
CFLAGS += -O0
CXXFLAGS += -O0
else
- CFLAGS += -g
- CXXFLAGS += -g
+ CFLAGS += -O3
+ CXXFLAGS += -O3
endif
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
INSTALL_PROGRAM += -s
More information about the Pkg-scicomp-devel
mailing list