From 72d6f697c650f1c1632fdabc4b0cd05ebc14d6ed Mon Sep 17 00:00:00 2001 From: "sayrer%gmail.com" Date: Tue, 8 Jan 2008 07:05:38 +0000 Subject: [PATCH] Clobbering to test Linux settings on Mac. Will back out shortly. git-svn-id: svn://10.0.0.236/trunk@242624 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/configure.in | 2 +- mozilla/tools/tinderbox-configs/firefox/macosx/CLOBBER | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/configure.in b/mozilla/configure.in index 384e1b004df..462383c76f0 100644 --- a/mozilla/configure.in +++ b/mozilla/configure.in @@ -1593,7 +1593,7 @@ case "$target" in *-darwin*) MKSHLIB='$(CXX) $(CXXFLAGS) $(DSO_PIC_CFLAGS) $(DSO_LDOPTS) -o $@' MKCSHLIB='$(CC) $(CFLAGS) $(DSO_PIC_CFLAGS) $(DSO_LDOPTS) -o $@' - MOZ_OPTIMIZE_FLAGS="-O2" + MOZ_OPTIMIZE_FLAGS="-Os -freorder-blocks -fno-reorder-functions" _PEDANTIC= CFLAGS="$CFLAGS -fpascal-strings -fno-common" CXXFLAGS="$CXXFLAGS -fpascal-strings -fno-common" diff --git a/mozilla/tools/tinderbox-configs/firefox/macosx/CLOBBER b/mozilla/tools/tinderbox-configs/firefox/macosx/CLOBBER index af9cb3b384c..17c4412246d 100644 --- a/mozilla/tools/tinderbox-configs/firefox/macosx/CLOBBER +++ b/mozilla/tools/tinderbox-configs/firefox/macosx/CLOBBER @@ -1,2 +1,2 @@ -Clobbering to land system changes in 407794. +Clobbering to test linux build settings on mac.