mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
build: DTrace is enabled by default on darwin
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: https://github.com/nodejs/io.js/pull/2019 Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user