blob: d444f199ebc250c459dfc4bb35e81ee2f8d63051 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-configure.ac,v 1.1 2013/10/25 21:48:16 joerg Exp $
--- configure.ac.orig 2013-10-15 22:47:41.000000000 +0000
+++ configure.ac
@@ -168,7 +168,7 @@ else
case $host in
*)
DEBUG="-g -Wall -Wno-parentheses -DDEBUG -D__NO_MATH_INLINES"
- CFLAGS="-Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops"
+ CFLAGS="-Wall -Wno-parentheses -O3 -fomit-frame-pointer -finline-functions -funroll-loops"
PROFILE="-Wall -Wno-parentheses -pg -g -O3 -fno-inline-functions -DDEBUG";;
esac
fi
|