-
-
Save SpiralBL0CK/552bcb4e498c71b3a06d261c30c0f730 to your computer and use it in GitHub Desktop.
Compile VLC with ASAN+coverage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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