wip
Some checks reported errors
continuous-integration/drone/pr Build was killed

This commit is contained in:
light7734 2025-10-10 14:07:39 +03:30
parent b6acc19ac8
commit ba6a4a0342
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -34,7 +34,7 @@ cmake . \
-L/libcxx_msan/lib -Wl,-rpath,/libcxx_msan/lib \
-lc++ \
-lc++abi" \
&& cmake --build ./build --target='assets_tests' -j`nproc`
&& cmake --build ./build -j`nproc`
export MSAN_SYMBOLIZER_PATH="$(which llvm-symbolizer)"
export MSAN_OPTIONS="fast_unwind_on_malloc=0:verbosity=1:report_umrs=1"