mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Remove --disable-perftools from coverity builds
This commit is contained in:
parent
42e94d1ce2
commit
9698d8d7cc
3 changed files with 6 additions and 2 deletions
|
@ -53,7 +53,7 @@ build_coverity() {
|
|||
# outside of Travis).
|
||||
make distclean > /dev/null
|
||||
|
||||
./configure --prefix=`pwd`/build/root --enable-debug --disable-perftools --disable-broker-tests --disable-python --disable-zeekctl
|
||||
./configure --prefix=`pwd`/build/root --enable-debug --disable-broker-tests --disable-python --disable-zeekctl
|
||||
|
||||
export PATH=`pwd`/coverity-tools/bin:$PATH
|
||||
cd build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue