You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/atlas-c++/files/atlas-c++-0.6.1-strict-alia...

17 lines
560 B

--- tests/Objects/Makefile.am.old 2008-02-29 07:43:45.000000000 +0100
+++ tests/Objects/Makefile.am 2008-02-29 07:44:21.000000000 +0100
@@ -28,3 +28,5 @@
attributes_SOURCES = attributes.cpp
flags_SOURCES = flags.cpp
+
+AM_CPPFLAGS = -fno-strict-aliasing
--- benchmark/Makefile.am.old 2008-02-29 07:57:10.000000000 +0100
+++ benchmark/Makefile.am 2008-02-29 07:57:33.000000000 +0100
@@ -31,3 +31,5 @@
Objects_asMessage_SOURCES = Objects_asMessage.cpp timer.h
Objects_iterator_SOURCES = Objects_iterator.cpp timer.h
+
+AM_CPPFLAGS = -fno-strict-aliasing