Errichto/youtube

sanitizers not working solved !!

pixel-prady opened this issue · 0 comments

Build (F9): g++ -std=c++17 -Wshadow -Wall -o "%e" "%f" -g -fsanitize=address -fsanitize=undefined -D_GLIBCXX_DEBUG

if this commad gives compilation error or the compilation fails then try installing : libasan libubsan

use command according to your distro like for fedora :

sudo dnf install libasan libubsan