Mercurial
>
integration
>
mozilla-inbound
/ file revision / rdf/defs.mk@357b9a855e1048bbf519bd08d15563080e7af5c5
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
.
rdf/defs.mk
author
Ehsan Akhgari <ehsan@mozilla.com>
Mon, 21 Jan 2013 23:18:37 -0500 (2013-01-22)
changeset 119442
357b9a855e1048bbf519bd08d15563080e7af5c5
permissions
-rw-r--r--
Bug 833099
- Disable PGO on rdf; a=me
+
−
ifeq ($(OS_TARGET),WINNT)
+
−
NO_PROFILE_GUIDED_OPTIMIZE
:=
1
# Don't PGO
+
−
endif