14 lines
715 B
Text
14 lines
715 B
Text
Index: Makefile.in
|
|
--- Makefile.in.orig
|
|
+++ Makefile.in
|
|
@@ -8,8 +8,8 @@ SCRIPTS=bon_csv2txt
|
|
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)
|
|
+WFLAGS=-Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -pedantic -ffor-scope -Wcast-align -Wsign-compare -Wpointer-arith -Wwrite-strings -Wformat-security -Wswitch-enum $(MORE_WARNINGS)
|
|
+CFLAGS+=@debug@ -DNDEBUG $(WFLAGS) $(MORECFLAGS)
|
|
CXX=@CXX@ $(CFLAGS)
|
|
LINK=@CXX@
|
|
THREAD_LFLAGS=@thread_ldflags@
|