openbsd-ports/benchmarks/bonnie++/patches/patch-Makefile_in
sthen ff0a1712a3 Update bonnie++ to 1.96 (including large file support).
From Rodolfo Gouveia and some tweaks from Brad.
Previous maintainer (martin@) removed per his request.
2011-11-13 18:23:24 +00:00

13 lines
602 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1 2011/11/13 18:23:24 sthen Exp $
--- Makefile.in.orig Tue Nov 8 12:42:48 2011
+++ Makefile.in Tue Nov 8 12:43:36 2011
@@ -9,7 +9,7 @@ prefix=@prefix@
eprefix=@exec_prefix@
#MORE_WARNINGS=-Weffc++
WFLAGS=-Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -pedantic -ffor-scope -Wcast-align -Wsign-compare -Wpointer-arith -Wwrite-strings -Wformat-security -Wswitch-enum -Winit-self $(MORE_WARNINGS)
-CFLAGS=-O2 @debug@ -DNDEBUG $(WFLAGS) $(MORECFLAGS)
+CFLAGS+=@debug@ -DNDEBUG $(WFLAGS) $(MORECFLAGS)
CXX=@CXX@ $(CFLAGS)
LINK=@CXX@
THREAD_LFLAGS=@thread_ldflags@