diff options
author | Jack Lloyd <[email protected]> | 2019-07-04 04:27:35 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-07-04 04:27:35 -0400 |
commit | 61787c0dee73cad59912d15e151bc720095e7ee1 (patch) | |
tree | a86fa8a478147a19529b78cc3e50891891c6ae60 /src | |
parent | 110af949412e7c4b28b447a3600a947ddf2a2f2f (diff) |
Enable more features in the LGTM build command
Diffstat (limited to 'src')
-rw-r--r-- | src/scripts/ci/lgtm.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/ci/lgtm.yml b/src/scripts/ci/lgtm.yml index e5f232b85..5b854ac60 100644 --- a/src/scripts/ci/lgtm.yml +++ b/src/scripts/ci/lgtm.yml @@ -6,4 +6,4 @@ extraction: cpp: configure: command: - - ./configure.py + - ./configure.py --build-bogo-shim --build-fuzzers=test --with-zlib --with-bzip2 --with-lzma --with-openssl --with-sqlite3 --no-store-vc-rev |