Errichto / youtube

codes for my streams and YT videos
MIT License
2.65k stars 520 forks source link

sanitizers not working solved !! #30

Closed pixel-prady closed 3 weeks ago

pixel-prady commented 5 months ago

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