15 lines
480 B
Plaintext
15 lines
480 B
Plaintext
$OpenBSD: patch-parser_html_Makefile_in,v 1.5 2012/02/20 20:21:43 landry Exp $
|
|
|
|
gcc runs out of memory with optimization.
|
|
|
|
--- parser/html/Makefile.in.orig Wed Jan 11 18:14:59 2012
|
|
+++ parser/html/Makefile.in Sat Jan 14 20:24:15 2012
|
|
@@ -118,4 +118,7 @@ INCLUDES += \
|
|
-I$(srcdir)/../../content/base/src \
|
|
$(NULL)
|
|
|
|
+nsHtml5NamedCharacters.o: CXXFLAGS := $(filter-out -O%,$(CXXFLAGS))
|
|
+nsHtml5ElementName.o: CXXFLAGS := $(CXXFLAGS) -O1
|
|
+
|
|
#DEFINES += -DENABLE_VOID_MENUITEM
|