mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-25 02:22:13 +08:00
14 lines
460 B
Diff
14 lines
460 B
Diff
|
--- Makefile.in 2016-01-24 00:23:32.000000000 +0100
|
||
|
+++ Makefile_.in 2016-02-06 22:04:04.307320097 +0100
|
||
|
@@ -290,6 +290,10 @@
|
||
|
pretty-installer:
|
||
|
unset MOZ_SIGN_CMD && $(MAKE) installer MOZ_PKG_PRETTYNAMES=1
|
||
|
|
||
|
+
|
||
|
+pgo-profile-run:
|
||
|
+ $(PYTHON) $(topsrcdir)/build/pgo/profileserver.py $(EXTRA_TEST_ARGS)
|
||
|
+
|
||
|
#XXX: this is a hack, since we don't want to clobber for MSVC
|
||
|
# PGO support, but we can't do this test in client.mk
|
||
|
ifneq ($(OS_ARCH)_$(GNU_CC), WINNT_)
|