484f8a379b
- don't force -Os optimisation - respect ${CXXFLAGS} - regen patches from aanriot@ with some tweaks by myself, ok aanriot@
13 lines
354 B
Plaintext
13 lines
354 B
Plaintext
$OpenBSD: patch-configure,v 1.3 2007/05/02 18:34:00 ajacoutot Exp $
|
|
--- configure.orig Wed May 2 20:21:26 2007
|
|
+++ configure Wed May 2 20:21:38 2007
|
|
@@ -5944,7 +5944,7 @@ echo "${ECHO_T}yes" >&6
|
|
fi
|
|
|
|
if test -z "$OPTIM"; then
|
|
- OPTIM="-Os -g"
|
|
+ OPTIM=""
|
|
fi
|
|
|
|
OPTIM="-Wall -Wunused -Wno-char-subscripts $OPTIM"
|