openbsd-ports/net/tor/patches/patch-configure
2007-05-26 17:09:05 +00:00

13 lines
444 B
Plaintext

$OpenBSD: patch-configure,v 1.5 2007/05/26 17:09:05 rui Exp $
--- configure.orig Fri May 25 01:52:00 2007
+++ configure Sat May 26 17:03:09 2007
@@ -17565,7 +17565,7 @@ _ACEOF
# Set CFLAGS _after_ all the above checks, since our warnings are stricter
# than autoconf's macros like.
if test $ac_cv_c_compiler_gnu = yes; then
- CFLAGS="$CFLAGS -Wall -g -O2"
+ CFLAGS="$CFLAGS -Wall"
else
CFLAGS="$CFLAGS -g -O"
enable_gcc_warnings=no