From 2bfe4afea258616656491f4b141e0396f9a8636f Mon Sep 17 00:00:00 2001 From: Grissiom Date: Tue, 5 Oct 2010 02:23:18 +0800 Subject: [PATCH] add prof target --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.in b/Makefile.in index 3847f5125..f52b8a405 100644 --- a/Makefile.in +++ b/Makefile.in @@ -302,6 +302,9 @@ debug: $(MAKE) all EXTRA_CFLAGS="-O0 -Wno-unused -Werror -g" .PHONY: debug +prof: + $(MAKE) all EXTRA_CFLAGS="-pg" LDFLAGS="-pg" +.PHONY: prof # # User documentation, describing the features of the fish shell.