author | Bill McCloskey <wmccloskey@mozilla.com> |
Tue, 23 Apr 2013 12:14:47 -0700 | |
changeset 140618 | 9a8232d88dc4272613a69c5fe5d60e5922925b78 |
parent 140617 | 55f7505902597229a4af764555def7fb06830b73 |
child 140619 | fef5f202b2dc612585184e214fe9ebfc2e2748ac |
child 140620 | bc935b861f48ffa4fb91da4af7b8509e552bdf72 |
push id | 2579 |
push user | akeybl@mozilla.com |
push date | Mon, 24 Jun 2013 18:52:47 +0000 |
treeherder | mozilla-beta@b69b7de8a05a [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | glandium |
bugs | 860885 |
milestone | 23.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/ipc/chromium/Makefile.in +++ b/ipc/chromium/Makefile.in @@ -333,20 +333,16 @@ ifneq (86,$(findstring 86,$(OS_TEST))) # ifneq (arm,$(findstring arm,$(OS_TEST))) # { ifneq (mips,$(findstring mips,$(OS_TEST))) # { # Use mutex-backed atomics CPPSRCS += atomicops_internals_mutex.cc endif # } endif # } endif # } -ifdef MOZ_DEBUG -OS_CFLAGS += -DUSE_DEBUG -endif - OS_CXXFLAGS += $(TK_CFLAGS) include $(topsrcdir)/config/rules.mk ifdef MOZ_NATIVE_LIBEVENT # { export-preqs = \ $(call mkdir_deps,$(DIST)/third_party/libevent) \