patch-build_setup_pm 812 B

12345678910111213141516171819202122
  1. $OpenBSD: patch-build_setup_pm,v 1.3 2017/03/07 21:21:20 pascal Exp $
  2. --- build/setup.pm.orig Tue Mar 7 19:48:57 2017
  3. +++ build/setup.pm Tue Mar 7 19:52:49 2017
  4. @@ -267,7 +267,7 @@ our %COMPILERS = (
  5. ccmiscflags => '-Wdeclaration-after-statement -Werror=declaration-after-statement',
  6. ccwarnflags => '',
  7. - ccoptiflags => '-O%s -DNDEBUG',
  8. + ccoptiflags => '-DNDEBUG',
  9. ccdebugflags => '-g%s',
  10. ccinstflags => '-pg',
  11. @@ -289,7 +289,7 @@ our %COMPILERS = (
  12. ccmiscflags => '-fno-omit-frame-pointer -fno-optimize-sibling-calls',
  13. ccwarnflags => '-Wno-logical-op-parentheses',
  14. - ccoptiflags => '-O%s -DNDEBUG',
  15. + ccoptiflags => '-DNDEBUG',
  16. ccdebugflags => '-g%s',
  17. ccinstflags => '-fsanitize=address',