Skip to content
Snippets Groups Projects
  • Dmitry Ivanov's avatar
    511ffdbf
    chore(build): support AddressSanitizer (ASan) · 511ffdbf
    Dmitry Ivanov authored
    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
    ```
    511ffdbf
    History
    chore(build): support AddressSanitizer (ASan)
    Dmitry Ivanov authored
    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
    ```
This project manages its dependencies using Cargo. Learn more