mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-30 07:55:51 +00:00
3
BUILD.md
3
BUILD.md
@@ -369,8 +369,7 @@ tools.build:cxxflags=['-DBOOST_ASIO_DISABLE_CONCEPTS']
|
||||
|
||||
If you would like to activate `asan+ubsan`(`Address`) or `tsan+ubsan`(`Thread`) for the build,
|
||||
declare an environment variable as follows and use the `sanitizers`
|
||||
profile in the `conan install` command. Make sure you clear your conan cache before doing so.
|
||||
Command: `conan cache clean "*"`
|
||||
profile in the `conan install` command.
|
||||
|
||||
```
|
||||
SANITIZERS=Address conan install .. --output-folder . --profile:all sanitizers --build missing --settings build_type=Debug
|
||||
|
||||
Reference in New Issue
Block a user