From 54cce110784d33d658b5f78286a98bee244a9eeb Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 14 Jul 2012 17:16:21 +0200 Subject: added streamhtmlparser --- makefiles/gmake/compiler.mk | 2 +- makefiles/gmake/help.mk | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'makefiles') 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: -- cgit v1.2.3-54-g00ecf