2008-02-07 02:06:50 +03:00
|
|
|
#
|
2012-05-29 19:52:43 +04:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2008-02-07 02:06:50 +03:00
|
|
|
|
2015-09-04 08:45:53 +03:00
|
|
|
ifndef MOZ_JEMALLOC4
|
2014-12-10 04:50:44 +03:00
|
|
|
# Force optimize mozjemalloc on --disable-optimize builds.
|
|
|
|
# This works around the issue that the Android NDK's definition of ffs is
|
|
|
|
# broken when compiling without optimization, while avoiding to add yet another
|
|
|
|
# configure test.
|
|
|
|
MOZ_OPTIMIZE = 1
|
2012-06-07 12:41:59 +04:00
|
|
|
endif
|
2008-02-07 02:06:50 +03:00
|
|
|
|