From b4bbb14ac489f591de34590404de9f35dc7906ac Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Tue, 22 Feb 2011 20:43:57 +1100 Subject: [PATCH] Strip symbols by default and add -Wall and -W to CXXFLAGS. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index c6e7cf4..a74081a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,8 +18,8 @@ LIBS=@LIBS@ LDFLAGS=@LDFLAGS@ CC=@CC@ CXX=@CXX@ -CFLAGS=@CFLAGS@ -I. -I$(srcdir) -c -CXXFLAGS=@CXXFLAGS@ -I. -I$(srcdir) -c +CFLAGS=@CFLAGS@ -I. -I$(srcdir) -c -s +CXXFLAGS=@CXXFLAGS@ -I. -I$(srcdir) -c -s -Wall -W LZMA_CFLAGS=-I@top_srcdir@/lzma/C -DCOMPRESS_MF_MT -D_REENTRANT INSTALLCMD=@INSTALL@