author | Mike Hommey <mh+mozilla@glandium.org> |
Thu, 30 Oct 2014 16:33:30 +0900 | |
changeset 213068 | cb7e5e9925302dfcb2fd79129ac0083e59ea5873 |
parent 213067 | 0fe6218eec33e10ebffdaf9ad89b1f021c1b29d6 |
child 213069 | 76d469458524188311300a9091314438b128761d |
push id | 27738 |
push user | cbook@mozilla.com |
push date | Thu, 30 Oct 2014 13:46:07 +0000 |
treeherder | mozilla-central@1aa1b23d799e [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | me |
bugs | 1077148 |
milestone | 36.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/memory/replace/dmd/test/moz.build +++ b/memory/replace/dmd/test/moz.build @@ -1,17 +1,17 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -SimplePrograms([ +GeckoSimplePrograms([ 'SmokeDMD', -]) +], linkage=None) # See the comment at the top of SmokeDMD.cpp:RunTests(). if CONFIG['OS_ARCH'] == 'WINNT': CXXFLAGS += ['-Og-'] else: CXXFLAGS += ['-O0'] DEFINES['MOZ_NO_MOZALLOC'] = True