mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-03 09:25: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,
|
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`
|
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.
|
profile in the `conan install` command.
|
||||||
Command: `conan cache clean "*"`
|
|
||||||
|
|
||||||
```
|
```
|
||||||
SANITIZERS=Address conan install .. --output-folder . --profile:all sanitizers --build missing --settings build_type=Debug
|
SANITIZERS=Address conan install .. --output-folder . --profile:all sanitizers --build missing --settings build_type=Debug
|
||||||
|
|||||||
Reference in New Issue
Block a user