mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
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:
parent
0e7a3f2144
commit
d83377b8ce
2 changed files with 2 additions and 6 deletions
|
|
@ -24,8 +24,6 @@ SOURCES += [
|
|||
'Statistics.cpp',
|
||||
'StoreBuffer.cpp',
|
||||
'Tracer.cpp',
|
||||
'Verifier.cpp',
|
||||
'Zone.cpp',
|
||||
]
|
||||
|
||||
if CONFIG['MOZ_DEBUG']:
|
||||
SOURCES += ['Verifier.cpp']
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue