patch-configure 349 B

123456789101112131415161718
  1. $OpenBSD: patch-configure,v 1.1.1.1 2016/10/07 21:49:45 czarkoff Exp $
  2. Remove hardcoded CFLAGS
  3. --- configure.orig Mon Oct 3 11:08:53 2016
  4. +++ configure Mon Oct 3 11:09:09 2016
  5. @@ -17556,10 +17556,6 @@ else
  6. $as_echo "yes" >&6; }
  7. fi
  8. -AM_CFLAGS="-O3 $AM_CFLAGS"
  9. -if test x"$GCC" = "xyes"; then
  10. - AM_CFLAGS="-ffast-math $AM_CFLAGS"
  11. -fi