Backed out changeset 1305b74f1c0b (bug 1677726) for SmokeDMD.obj related bustage CLOSED TREE

DONTBUILD
This commit is contained in:
Bogdan Tara 2020-11-18 02:49:01 +02:00
parent e631afd3ae
commit 5a09a3c8ce

View File

@ -13,9 +13,9 @@ GeckoSimplePrograms(
# See the comment at the top of SmokeDMD.cpp:RunTests().
if CONFIG["CXX_TYPE"] == "clang-cl":
CXXFLAGS += ["-Og-", "-clang:-fno-lto"]
CXXFLAGS += ["-Og-"]
else:
CXXFLAGS += ["-O0", "-fno-lto"]
CXXFLAGS += ["-O0"]
DEFINES["MOZ_NO_MOZALLOC"] = True