[GB.XML]
* BUG: removes not useful C++ flags. git-svn-id: svn://localhost/gambas/trunk@4653 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
9cf1f269a6
commit
bda1b7d29d
3 changed files with 3 additions and 12 deletions
|
@ -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\
|
||||
|
|
|
@ -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\
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue