Skip to content

Commit

Permalink
Backed out changeset a67867200ec3 (bug 1142403) for Linuxx64 M-e10s(2…
Browse files Browse the repository at this point in the history
…) bustage.
  • Loading branch information
nigelbabu committed Sep 8, 2015
1 parent 5bb5e36 commit eb13864
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions memory/jemalloc/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,7 @@
# 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/.

# When built with --enable-debug, jemalloc3 makes headers define functions that
# are normally inlined, and that prevents unified sources from working.
if CONFIG['MOZ_DEBUG']:
maybe_unified_sources = SOURCES
else:
maybe_unified_sources = UNIFIED_SOURCES

maybe_unified_sources += [
UNIFIED_SOURCES += [
'src/src/arena.c',
'src/src/atomic.c',
'src/src/base.c',
Expand Down Expand Up @@ -46,7 +39,7 @@ SOURCES += [
# Only OSX needs the zone allocation implementation,
# but only if replace-malloc is not enabled.
if CONFIG['OS_TARGET'] == 'Darwin' and not CONFIG['MOZ_REPLACE_MALLOC']:
maybe_unified_sources += [
UNIFIED_SOURCES += [
'src/src/zone.c',
]

Expand Down

0 comments on commit eb13864

Please sign in to comment.