mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Backed out changeset 1305b74f1c0b (bug 1677726) for SmokeDMD.obj related bustage CLOSED TREE
DONTBUILD
This commit is contained in:
parent
e631afd3ae
commit
5a09a3c8ce
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user