summaryrefslogtreecommitdiff
path: root/js/src/gc
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2022-09-05 13:12:57 +0000
committerMoonchild <moonchild@palemoon.org>2022-09-05 13:12:57 +0000
commit30a467bf6726705a0af8b97af2692179149f72fc (patch)
tree46e84b01742f90d0ef1706777b8e173da6b8915e /js/src/gc
parente1f7b842fe873851d1fc6f052519f8bfc955c458 (diff)
downloaduxp-30a467bf6726705a0af8b97af2692179149f72fc.tar.gz
Revert "Issue #1676 - Part 17: Put remaining source files which have debug code ifdef'd behind MOZ_DEBUG"
This reverts commit ff355fe9ac5327a62cdbd05f99dff9febe5de5df.
Diffstat (limited to 'js/src/gc')
-rw-r--r--js/src/gc/moz.build4
1 files changed, 1 insertions, 3 deletions
diff --git a/js/src/gc/moz.build b/js/src/gc/moz.build
index d33dfb0079..8f3188cf1f 100644
--- a/js/src/gc/moz.build
+++ b/js/src/gc/moz.build
@@ -24,8 +24,6 @@ SOURCES += [
'Statistics.cpp',
'StoreBuffer.cpp',
'Tracer.cpp',
+ 'Verifier.cpp',
'Zone.cpp',
]
-
-if CONFIG['MOZ_DEBUG']:
- SOURCES += ['Verifier.cpp']