Skip to content
Snippets Groups Projects
Commit 511ffdbf authored by Dmitry Ivanov's avatar Dmitry Ivanov
Browse files

chore(build): support AddressSanitizer (ASan)

This adds support for ASan both in rust code and core tarantool. To build with ASan, simply run

```bash
make build-asan
```

Keep in mind that ASan-enabled executable lives in

```
target/x86_64-unknown-linux-gnu/asan/picodata
```

as opposed to

```
target/debug/picodata
```
parent f663f887
No related branches found
No related tags found
1 merge request!1460chore(build): introduce tarantool-build to build tarantool-sys
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment