Mercurial
>
mozilla-central
/ file revision / ipc/defs.mk@498f53cdde20ad4f6074cad6d6b8f8915dee6e1f
summary
|
shortlog
|
changelog
|
pushlog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
ipc/defs.mk
author
Ehsan Akhgari <ehsan@mozilla.com>
Tue, 22 Jan 2013 11:07:14 -0500
changeset 119487
498f53cdde20ad4f6074cad6d6b8f8915dee6e1f
permissions
-rw-r--r--
Bug 833359
- Disable PGO on ipc; r=bsmedberg a=me
ifeq ($(OS_TARGET),WINNT)
NO_PROFILE_GUIDED_OPTIMIZE
:=
1
# Don't PGO
endif