summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-10-30 13:05:32 -0700
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-11-06 10:34:05 +0100
commit6f44554dd650cb2fcc2ab90b0331aa99c2e1d0d3 (patch)
tree853cad12fe3a7692b80296f89c28f138fa3e2a3b /libs
parenta882c77008a1b6bbda2224b31e07ede68016cdd4 (diff)
downloadboost-6f44554dd650cb2fcc2ab90b0331aa99c2e1d0d3.tar.gz
boost-6f44554dd650cb2fcc2ab90b0331aa99c2e1d0d3.tar.bz2
boost-6f44554dd650cb2fcc2ab90b0331aa99c2e1d0d3.zip
strict aliasing
Diffstat (limited to 'libs')
-rw-r--r--libs/python/build/Jamfile.v21
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/python/build/Jamfile.v2 b/libs/python/build/Jamfile.v2
index 32bffb0f72..b963c257e6 100644
--- a/libs/python/build/Jamfile.v2
+++ b/libs/python/build/Jamfile.v2
@@ -51,6 +51,7 @@ project boost/python
: requirements
-<tag>@$(BOOST_JAMROOT_MODULE)%$(BOOST_JAMROOT_MODULE).tag
<tag>@$(__name__).tag
+ <cxxflags>-fno-strict-aliasing
;
rule tag ( name : type ? : property-set )