summaryrefslogtreecommitdiff
path: root/net/openslp/patches/patch-aa
blob: 45653327f4eda2bc532fa34e74a1394c043f352c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.7 2007/04/12 17:03:46 adam Exp $

--- configure.in.orig	2005-02-15 21:06:02.000000000 +0100
+++ configure.in
@@ -130,7 +130,7 @@ if test X"$GCC" = X"yes"; then        
        CFLAGS="$CFLAGS -Werror"
     fi
     if test X"$debug" = X"no"; then 
-       OPTFLAGS="-O3"
+	OPTFLAGS=""
     fi
     
 elif $CC -V 2>&1 | grep "WorkShop Compilers"; then