mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
add prof target
This commit is contained in:
parent
d559c3fe2e
commit
2bfe4afea2
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue