diff --git a/Shorewall/lib.cli-std b/Shorewall/lib.cli-std index a47a7b611..d4221199a 100644 --- a/Shorewall/lib.cli-std +++ b/Shorewall/lib.cli-std @@ -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