Remove DTRACE option
Enabling DTRACE option causes build failure. It appears this option never really worked on FreeBSD. PR: 217097 Submitted by: sunpoet (myself) Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer) Thanks to: John Hein <z7dr6ut7gs@snkmail.com> (for analysis and testing)
This commit is contained in:
parent
ac94eee223
commit
b8c5edf171
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466429
1 changed files with 1 additions and 3 deletions
|
@ -27,19 +27,17 @@ TEST_TARGET= check
|
|||
LIBS+= -lexecinfo
|
||||
CXXFLAGS+= -D__STDC_CONSTANT_MACROS -pthread
|
||||
|
||||
OPTIONS_DEFINE= DEBUG DTRACE MEMASLAP SASL
|
||||
OPTIONS_DEFINE= DEBUG MEMASLAP SASL
|
||||
OPTIONS_DEFAULT= MEMASLAP SASL MURMUR FNV64
|
||||
OPTIONS_GROUP= HASH
|
||||
OPTIONS_GROUP_HASH= FNV64 HSIEH MURMUR
|
||||
|
||||
DTRACE_DESC= Enable DTrace support
|
||||
MEMASLAP_DESC= Load generation and benchmark tool
|
||||
FNV64_DESC= Enable fnv64 hashing
|
||||
HSIEH_DESC= Enable hsieh hashing
|
||||
MURMUR_DESC= Enable murmur hashing
|
||||
|
||||
DEBUG_CONFIGURE_ENABLE= debug
|
||||
DTRACE_CONFIGURE_ENABLE= dtrace
|
||||
MEMASLAP_CONFIGURE_ENABLE= memaslap
|
||||
FNV64_CONFIGURE_ENABLE= fnv64_hash
|
||||
HSIEH_CONFIGURE_ENABLE= hsieh_hash
|
||||
|
|
Loading…
Reference in a new issue