Skip to content
Snippets Groups Projects
Verified Commit 6b25a856 authored by Alberto Miranda's avatar Alberto Miranda :hotsprings:
Browse files

Make ASan ignore ODR violations

parent 2817c9bd
No related branches found
No related tags found
1 merge request!28Resolve "Enable ASan build profile in CI"
......@@ -55,6 +55,7 @@ unit:
stage: test
needs: [build]
script:
- export ASAN_OPTIONS=detect_odr_violation=0
- export LSAN_OPTIONS=verbosity=1:log_threads=1
- export LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64:${CI_PROJECT_DIR}/compiled/lib
- cd build/tests
......
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