[SCM] Git Repository for packaging Poly/ML (http://www.polyml.org) branch, master, updated. debian/5.2-3-13-g9598da8

Lionel Elie Mamane lionel at mamane.lu
Sat Aug 16 13:46:24 UTC 2008


The following commit has been merged in the master branch:
commit eb4e9f98656162c671184c54d7e178ce519bcf7b
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Sat Aug 16 15:29:53 2008 +0200

    Compile C++ code with -fno-strict-aliasing, too

diff --git a/debian/changelog b/debian/changelog
index 7a6cfe9..5ab6ead 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 polyml (5.2-4) UNRELEASED; urgency=low
 
   * Initial upload to Debian (Closes: #494488)
+  * Compile C++ code with -fno-strict-aliasing, too
 
  --
 
diff --git a/libpolyml/Makefile.am b/libpolyml/Makefile.am
index 9cead10..cb8e683 100644
--- a/libpolyml/Makefile.am
+++ b/libpolyml/Makefile.am
@@ -2,6 +2,7 @@ AUTOMAKE_OPTIONS=foreign
 
 AM_CPPFLAGS = $(OSFLAG) -Wall
 AM_CFLAGS = $(OSFLAG) -Wall -fno-strict-aliasing
+AM_CXXFLAGS = $(OSFLAG) -Wall -fno-strict-aliasing
 AM_ASFLAGS = $(OSFLAG)
 AM_CCASFLAGS = $(OSFLAG)
 

-- 
Git Repository for packaging Poly/ML (http://www.polyml.org)



More information about the debian-science-commits mailing list