On Wed, 15 Jan 2014, peter green wrote:
checking whether C++ compiler accepts -march=native... yes
checking for gcc architecture flag... -march=native
checking whether C++ compiler accepts -O3 -malign-double -fstrict-aliasing -march=native... yes

According to the upstream changelog this has been done intentionally:
  * uses gcc -march=native on more architectures where available, and
    correctly set arch flag in CXXFLAGS not CFLAGS

-march=native is not appropriate for distro packaging as it makes the results of the build dependent on what CPU happens to be in the build machine and means that the resulting binaries are unlikely to work on the minimum CPU supported for the port.

Do you see any current issues with this setting or is it just a future problem that might arise?

  Thorsten


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to