blob: 210b6ff73425aac0154f277c4de43296a013a3b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-src_libcompat_Makefile_in,v 1.1 2012/11/16 02:28:39 dholland Exp $
Use optimizer levels that actually exist.
--- src/libcompat/Makefile.in~ 2004-02-11 21:18:54.000000000 +0000
+++ src/libcompat/Makefile.in
@@ -150,7 +150,7 @@ sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
-INCLUDES = -DNMEMDEBUG -DNDEBUG -O9
+INCLUDES = -DNMEMDEBUG -DNDEBUG -O3
#-pg
#AM_LDFLAGS =
|