Index: lib/chardetect/src/Makefile =================================================================== --- lib/chardetect/src/Makefile (revision 364) +++ lib/chardetect/src/Makefile (working copy) @@ -1,10 +1,4 @@ -CXXFLAGS = \ - -c -I./tables \ - -Os -Wall \ - -fno-rtti -fno-exceptions \ - -fvisibility=hidden -fvisibility-inlines-hidden \ - -nostdinc++ \ - -D_REENTRANT +CXXFLAGS += -c -I./tables LDFLAGS = Index: lib/chardetect/Makefile =================================================================== --- lib/chardetect/Makefile (revision 364) +++ lib/chardetect/Makefile (working copy) @@ -1,10 +1,5 @@ TARGET=chardetect.a -CXXFLAGS=-c \ - -O2 \ - -fno-rtti -fno-exceptions \ - -fvisibility=hidden -fvisibility-inlines-hidden \ - -nostdinc++ \ - -D_REENTRANT -I./src -I./include +CXXFLAGS += -c -I./src -I./include SUBDIRS=src #DESTLIBDIR=/usr/lib/pcmanx/addons