summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-07-14 17:16:21 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-07-14 17:16:21 +0200
commit54cce110784d33d658b5f78286a98bee244a9eeb (patch)
tree9c4d998343e7dc88323ae8ef6d5a04c6b958df9c /makefiles
parentfcb682cb1955d362390665330fdf476cab7dc10b (diff)
downloadcrawler-54cce110784d33d658b5f78286a98bee244a9eeb.tar.gz
crawler-54cce110784d33d658b5f78286a98bee244a9eeb.tar.bz2
added streamhtmlparser
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/gmake/compiler.mk2
-rw-r--r--makefiles/gmake/help.mk2
2 files changed, 3 insertions, 1 deletions
diff --git a/makefiles/gmake/compiler.mk b/makefiles/gmake/compiler.mk
index 062a30b..f43b45e 100644
--- a/makefiles/gmake/compiler.mk
+++ b/makefiles/gmake/compiler.mk
@@ -37,7 +37,7 @@ GCC_MINOR_VERSION ?= $(shell $(TOPDIR)/makefiles/gmake/guess_env --gcc-minor-ver
# compilation flags and compilers
COMMON_COMPILE_FLAGS = \
- -g -Wno-long-long \
+ -g -O0 -Wno-long-long \
-fstrict-aliasing \
-pedantic -Wall -Werror \
-Wunused -Wno-import \
diff --git a/makefiles/gmake/help.mk b/makefiles/gmake/help.mk
index b996514..385d99f 100644
--- a/makefiles/gmake/help.mk
+++ b/makefiles/gmake/help.mk
@@ -32,6 +32,8 @@ WITH_LOCAL_LIBFETCH=1 use the bundled version of BSD libfetch
parser implementations:
+WITH_LOCAL_STREAMHTMLPARSER=1 use Google stream HTML 4 parser
+
WITH_LIBXML2=1 build the libxml2 parser
Some more obscure options: