Browse Source

Turn off TORCH for clang build

It turned out that clang significantly slower than gcc on rspamd code
(at least with -O0). Switch off torch to decrease build time.
tags/1.8.2
Anton Yuzhaninov 5 years ago
parent
commit
ea4f4f5692
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .drone.yml

+ 1
- 0
.drone.yml View File

@@ -42,6 +42,7 @@ pipeline:
cmake
-DENABLE_CLANG_PLUGIN=ON
-DLLVM_CONFIG_BINARY=/usr/bin/llvm-config
-DENABLE_TORCH=OFF
-DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++
-DCMAKE_INSTALL_PREFIX=/rspamd/fedora/install
-DENABLE_FULL_DEBUG=ON

Loading…
Cancel
Save