Skip to content

Commit

Permalink
Bug 1742628 - Part 1: Enable non-unified builds for js/src/util. r=tc…
Browse files Browse the repository at this point in the history
…ampbell

This file was added about the same time when non-unified builds were enabled
for all of js/src, so by accident it didn't get updated to work outside of
unified builds. (Non-unified builds are needed to produce correct IWYU results.)

Differential Revision: https://phabricator.services.mozilla.com/D131921
  • Loading branch information
anba committed Nov 24, 2021
1 parent 4c21d96 commit 0f7ed50
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/src/util/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,3 @@ SOURCES += [
# Suppress warnings in third-party code.
if CONFIG["CC_TYPE"] in ("clang", "gcc"):
SOURCES["DoubleToString.cpp"].flags += ["-Wno-implicit-fallthrough"]

REQUIRES_UNIFIED_BUILD = True

0 comments on commit 0f7ed50

Please sign in to comment.