Skip to content

Commit

Permalink
Enable -dt for threads
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkennedy committed Oct 27, 2014
1 parent 1fd95f2 commit 3f55f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ my @cmd = (

push @cmd, '-d:TraceUse'.($USE ? "=$USE" : '') if defined $USE;
push @cmd, '-MPadre::Test' if $INVISIBLE;
push @cmd, '-d' if $DEBUG;
push @cmd, '-dt' if $DEBUG;
push @cmd, '-dt:NYTProf' if $PROFILE;
push @cmd, map {qq[-I$_]} @INCLUDE;

Expand Down

0 comments on commit 3f55f02

Please sign in to comment.