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
This commit is contained in:
sayrer%gmail.com 2008-01-08 07:05:38 +00:00
parent 687460f912
commit 72d6f697c6
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -1,2 +1,2 @@
Clobbering to land system changes in 407794.
Clobbering to test linux build settings on mac.