mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 10:23:17 +00:00
CMake: Add Rust toolchain detection
This commit is contained in:
parent
7e36ec4686
commit
a53eeec275
3 changed files with 289 additions and 13 deletions
|
@ -34,6 +34,10 @@ option(OPTIMIZE
|
|||
"Allow compiler optimizations. Set to OFF to disable (i.e. to set -O0)."
|
||||
ON)
|
||||
|
||||
option(MAINTAINER_MODE
|
||||
"Update generated sources. Requires flex, bison, cbindgen."
|
||||
${MAINTAINER_MODE_DEFAULT})
|
||||
|
||||
option(ENABLE_WERROR
|
||||
"Compile time warnings will cause build failures.")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue