forked from extern/shorewall_code
Use NYTProf for profiling.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
67aef659b5
commit
4b003163d6
@ -414,7 +414,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