diff options
Diffstat (limited to 'js/src/jit/moz.build')
-rw-r--r-- | js/src/jit/moz.build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/js/src/jit/moz.build b/js/src/jit/moz.build index bcd9b7dbf5..0c6c4f3b8c 100644 --- a/js/src/jit/moz.build +++ b/js/src/jit/moz.build @@ -32,7 +32,6 @@ SOURCES += [ 'CacheIR.cpp', 'CodeGenerator.cpp', 'CompileWrappers.cpp', - 'Disassembler.cpp', 'EagerSimdUnbox.cpp', 'EdgeCaseAnalysis.cpp', 'EffectiveAddressAnalysis.cpp', @@ -83,6 +82,9 @@ SOURCES += [ 'WasmBCE.cpp', ] +if CONFIG['MOZ_DEBUG']: + SOURCES += ['Disassembler.cpp'] + if not CONFIG['ENABLE_ION']: SOURCES += [ 'none/Trampoline-none.cpp' |