mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
Add flag for -pg.
This commit is contained in:
@ -37,6 +37,10 @@ if IS_COVERAGE
|
||||
CFLAGS += -g -O0 --coverage
|
||||
LDFLAGS += --coverage
|
||||
endif
|
||||
if IS_PROFILE
|
||||
CFLAGS += -g -O0 -pg
|
||||
LDFLAGS += -pg
|
||||
endif
|
||||
CPPFLAGS += -iquote.
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user