mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-20 23:21:40 +08:00
add prof target
This commit is contained in:
parent
d559c3fe2e
commit
2bfe4afea2
@ -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…
x
Reference in New Issue
Block a user