ff0a1712a3
From Rodolfo Gouveia and some tweaks from Brad. Previous maintainer (martin@) removed per his request.
13 lines
602 B
Plaintext
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@
|