IAP GITLAB

Skip to content
Snippets Groups Projects
Commit b6f2fc2b authored by Hans Dembinski's avatar Hans Dembinski
Browse files

fix

parent 155a6a22
No related branches found
No related tags found
1 merge request!106Adding sanitizers revealed bugs
......@@ -11,7 +11,7 @@ build:
- mkdir build
- cd build
- cmake ..
- cmake -j4 --build .
- cmake --build . -- -j4
- UBSAN_OPTIONS=print_stacktrace=1
LSAN_OPTIONS=verbosity=1:log_threads=1
ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1 ctest -O test.log
......
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