author | Mike Hommey <mh+mozilla@glandium.org> |
Fri, 04 May 2012 09:47:40 +0200 | |
changeset 93146 | 5854da577bcb0c85053a210d548770233811aa94 |
parent 93145 | b162f27251fbd43e91c137bbce3529b09c4821f4 |
child 93147 | 6a9a1e259aeb60d5cd2e45146bb6c6324f43e87f |
push id | 22611 |
push user | eakhgari@mozilla.com |
push date | Fri, 04 May 2012 20:23:57 +0000 |
treeherder | mozilla-central@dc93a3faa54e [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | ted |
bugs | 751511 |
milestone | 15.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
configure.in | file | annotate | diff | comparison | revisions |
--- a/configure.in +++ b/configure.in @@ -2227,18 +2227,16 @@ case "$target" in MKSHLIB='$(CXX) $(CXXFLAGS) $(DSO_PIC_CFLAGS) $(DSO_LDOPTS) -o $@' MKCSHLIB='$(CC) $(CFLAGS) $(DSO_PIC_CFLAGS) $(DSO_LDOPTS) -o $@' MOZ_OPTIMIZE_FLAGS="-O3" _PEDANTIC= # Statically disable jemalloc on 10.5 and 32-bit 10.6. See bug 702250. if test "$HAVE_64BIT_OS"; then MOZ_MEMORY=1 fi - CFLAGS="$CFLAGS -fno-common" - CXXFLAGS="$CXXFLAGS -fno-common" DLL_SUFFIX=".dylib" DSO_LDOPTS='' STRIP="$STRIP -x -S" # Check whether we're targeting OS X or iOS AC_CACHE_CHECK(for iOS target, ac_cv_ios_target, [AC_TRY_COMPILE([#include <TargetConditionals.h> #if !(TARGET_OS_IPHONE || TARGET_IPHONE_SIMULATOR)