Skip to content

Commit

Permalink
build: DTrace is enabled by default on darwin
Browse files Browse the repository at this point in the history
In configure, the --with-dtrace option only showed that it was true by
default on sunos. It is also true by default on darwin.

PR-URL: nodejs#2019
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
  • Loading branch information
evanlucas authored and mscdex committed Jul 9, 2015
1 parent 01034a7 commit 8418711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ parser.add_option('--with-mips-float-abi',
parser.add_option('--with-dtrace',
action='store_true',
dest='with_dtrace',
help='build with DTrace (default is true on sunos)')
help='build with DTrace (default is true on sunos and darwin)')

parser.add_option('--with-lttng',
action='store_true',
Expand Down

0 comments on commit 8418711

Please sign in to comment.