Revert "Issue #1676 - Part 17: Put remaining source files which have debug code ifdef'd behind MOZ_DEBUG"

This reverts commit ff355fe9ac5327a62cdbd05f99dff9febe5de5df.
This commit is contained in:
Moonchild 2022-09-05 13:12:57 +00:00 committed by roytam1
commit d83377b8ce
2 changed files with 2 additions and 6 deletions

View file

@ -24,8 +24,6 @@ SOURCES += [
'Statistics.cpp',
'StoreBuffer.cpp',
'Tracer.cpp',
'Verifier.cpp',
'Zone.cpp',
]
if CONFIG['MOZ_DEBUG']:
SOURCES += ['Verifier.cpp']

View file

@ -32,6 +32,7 @@ SOURCES += [
'CacheIR.cpp',
'CodeGenerator.cpp',
'CompileWrappers.cpp',
'Disassembler.cpp',
'EagerSimdUnbox.cpp',
'EdgeCaseAnalysis.cpp',
'EffectiveAddressAnalysis.cpp',
@ -82,9 +83,6 @@ SOURCES += [
'WasmBCE.cpp',
]
if CONFIG['MOZ_DEBUG']:
SOURCES += ['Disassembler.cpp']
if not CONFIG['ENABLE_ION']:
SOURCES += [
'none/Trampoline-none.cpp'