Skip to content

Instantly share code, notes, and snippets.

@SpiralBL0CK
Forked from symeonp/vlc fun
Created November 19, 2020 23:57
Show Gist options
  • Select an option

  • Save SpiralBL0CK/552bcb4e498c71b3a06d261c30c0f730 to your computer and use it in GitHub Desktop.

Select an option

Save SpiralBL0CK/552bcb4e498c71b3a06d261c30c0f730 to your computer and use it in GitHub Desktop.
Compile VLC with ASAN+coverage
git revert e85682585ab27a3c0593c403b892190c52009960
Compiled using the following flags:
$ CC=clang-8 CXX=clang++-8 CCFLAGS="-fprofile-instr-generate -fcoverage-mapping" CXXFLAGS="-fprofile-instr-generate -fcoverage-mapping" ./configure --with-sanitizer=address --disable-xcb
$ ASAN_OPTIONS=detect_leaks=0 make -j4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment