2013-06-16 13:52:55 +00:00
|
|
|
$OpenBSD: patch-configure,v 1.8 2013/06/16 13:52:55 benoit Exp $
|
|
|
|
--- configure.orig Sat Apr 6 01:32:12 2013
|
|
|
|
+++ configure Sun Jun 16 14:13:11 2013
|
|
|
|
@@ -2602,7 +2602,7 @@
|
2008-05-04 20:43:55 +00:00
|
|
|
|
|
|
|
if test "x$enable_maintainermode" = "xno"; then
|
2003-05-17 07:29:33 +00:00
|
|
|
if test "x$enable_release" = "xyes"; then
|
2013-06-16 13:52:55 +00:00
|
|
|
- default_user_CFLAGS="-O3 -Wall -fomit-frame-pointer"
|
2013-01-03 08:23:18 +00:00
|
|
|
+ default_user_CFLAGS="${CFLAGS}"
|
2003-05-17 07:29:33 +00:00
|
|
|
else
|
2013-01-03 08:23:18 +00:00
|
|
|
default_user_CFLAGS="-ggdb3 -O0 -Wall"
|
2003-05-17 07:29:33 +00:00
|
|
|
fi
|