blob: c600b71d32ead5e929e30ab8e72facd07e4e176a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-configure,v 1.1 2016/03/08 13:52:36 nros Exp $
* do not add -g if debug symbols are not wanted.
--- configure.orig 2016-03-08 13:07:55.000000000 +0000
+++ configure
@@ -4369,7 +4369,7 @@ if test -n "$GCC"; then
CFLAGS="-Wall $CFLAGS"
if test "x$OPTIM" = x; then
- OPTIM="-Os -g"
+ OPTIM="-Os"
fi
if test "x$use_ansi" = xyes; then
|