3cb9f81e00
See https://www.mozilla.org/en-US/firefox/13.0/releasenotes/ for details - set SEPARATE_BUILD (workarounds #736961) - cleanup useless dirs (from #717616)
15 lines
480 B
Plaintext
15 lines
480 B
Plaintext
$OpenBSD: patch-parser_html_Makefile_in,v 1.9 2012/06/11 15:29:56 landry Exp $
|
|
|
|
gcc runs out of memory with optimization.
|
|
|
|
--- parser/html/Makefile.in.orig Wed May 2 05:17:09 2012
|
|
+++ parser/html/Makefile.in Wed May 9 23:06:35 2012
|
|
@@ -128,4 +128,7 @@ INCLUDES += \
|
|
-I$(srcdir)/../../content/base/src \
|
|
$(NULL)
|
|
|
|
+nsHtml5NamedCharacters.o: CXXFLAGS := $(filter-out -O%,$(CXXFLAGS))
|
|
+nsHtml5ElementName.o: CXXFLAGS := $(CXXFLAGS) -O1
|
|
+
|
|
#DEFINES += -DENABLE_VOID_MENUITEM
|