From 5619e2b0a4fa63095a128574a8ff57e9512864b5 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Sun, 2 Nov 2008 17:56:24 +0100 Subject: [PATCH] Disable optimization on alpha for the url-classifier component The use of this component leads to crashes when built with optimizations. Gbp-Pq: Topic porting Gbp-Pq: Name Disable-optimization-on-alpha-for-the-url-classifier.patch --- comm/suite/components/build/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/comm/suite/components/build/Makefile.in b/comm/suite/components/build/Makefile.in index 2387227ab4..d5ca1ba513 100644 --- a/comm/suite/components/build/Makefile.in +++ b/comm/suite/components/build/Makefile.in @@ -6,3 +6,7 @@ include $(topsrcdir)/config/rules.mk # Ensure that we don't embed a manifest referencing the CRT. EMBED_MANIFEST_AT = + +ifeq ($(OS_TEST),alpha) +MOZ_OPTIMIZE_FLAGS := -O0 +endif -- 2.30.2