diff --git a/gb.xml/src/Makefile.am b/gb.xml/src/Makefile.am index 90359bb6d..cfc69a5b7 100644 --- a/gb.xml/src/Makefile.am +++ b/gb.xml/src/Makefile.am @@ -7,10 +7,7 @@ INCLUDES = @XML_INC@ gb_xml_la_LIBADD = @XML_LIB@ gb_xml_la_LDFLAGS = -module @LD_FLAGS@ @XML_LDFLAGS@ -gb_xml_la_CXXFLAGS = -Wall -fexceptions -pedantic -Wextra -Woverloaded-virtual\ --Wfloat-equal -Wno-write-strings -Wpointer-arith -Wcast-qual -Wcast-align -Wconversion \ --Wshadow -Wredundant-decls -Wdouble-promotion -Winit-self -Wswitch-default \ --Wswitch-enum -Wundef -Wlogical-op -Winline -Wno-missing-field-initializers -Wno-unused-parameter -g -ggdb +gb_xml_la_CXXFLAGS = -fexceptions -pedantic -g -ggdb gb_xml_la_SOURCES = main.cpp main.h gbi.cpp gbi.h\ document.cpp document.h node.cpp node.h textnode.cpp textnode.h element.cpp element.h\ diff --git a/gb.xml/src/html/Makefile.am b/gb.xml/src/html/Makefile.am index f1e809c0b..529f30687 100644 --- a/gb.xml/src/html/Makefile.am +++ b/gb.xml/src/html/Makefile.am @@ -5,10 +5,7 @@ INCLUDES = @XMLHTML_INC@ gb_xml_html_la_LIBADD = @XMLHTML_LIB@ @XML_LIB@ gb_xml_html_la_LDFLAGS = -module @LD_FLAGS@ @XMLHTML_LDFLAGS@ -gb_xml_html_la_CXXFLAGS = -Wall -fexceptions -pedantic -Wextra -Woverloaded-virtual\ --Wfloat-equal -Wno-write-strings -Wpointer-arith -Wcast-qual -Wcast-align -Wconversion \ --Wshadow -Wredundant-decls -Wdouble-promotion -Winit-self -Wswitch-default \ --Wswitch-enum -Wundef -Wlogical-op -Winline -Wno-missing-field-initializers -Wno-unused-parameter -g -ggdb +gb_xml_html_la_CXXFLAGS = -fexceptions -pedantic -g -ggdb gb_xml_html_la_SOURCES = main.cpp main.h\ document.cpp document.h element.cpp element.h\ diff --git a/gb.xml/src/xslt/Makefile.am b/gb.xml/src/xslt/Makefile.am index e80151d3f..dadc07c11 100755 --- a/gb.xml/src/xslt/Makefile.am +++ b/gb.xml/src/xslt/Makefile.am @@ -8,10 +8,7 @@ gblib_LTLIBRARIES = gb.xml.xslt.la gb_xml_xslt_la_LIBADD = @XMLXSLT_LIB@ @XML_LIB@ gb_xml_xslt_la_LDFLAGS = -module @LD_FLAGS@ @XML_LDFLAGS@ @XMLXSLT_LDFLAGS@ -gb_xml_xslt_la_CXXFLAGS = -Wall -fexceptions -pedantic -Wextra -Woverloaded-virtual\ --Wfloat-equal -Wno-write-strings -Wpointer-arith -Wcast-qual -Wcast-align -Wconversion \ --Wshadow -Wredundant-decls -Wdouble-promotion -Winit-self -Wswitch-default \ --Wswitch-enum -Wundef -Wlogical-op -Winline -Wno-missing-field-initializers -Wno-unused-parameter -g -ggdb +gb_xml_xslt_la_CXXFLAGS = -fexceptions -pedantic -g -ggdb gb_xml_xslt_la_SOURCES = main.h main.cpp CXSLT.h CXSLT.cpp