forked from extern/shorewall_code
Use NYTProf for profiling.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
37c9db2bd6
commit
9a6f16903b
@ -399,7 +399,7 @@ compiler() {
|
||||
|
||||
debugflags="-w"
|
||||
[ -n "$g_debug" ] && debugflags='-wd'
|
||||
[ -n "$g_profile" ] && debugflags='-wd:DProf'
|
||||
[ -n "$g_profile" ] && debugflags='-wd:NYTProf'
|
||||
|
||||
# Perl compiler only takes the output file as a argument
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user