oasislinux / oasis

a small statically-linked linux system
Other
2.75k stars 84 forks source link

valgrind and gdb #97

Closed AI-dimitri closed 3 months ago

AI-dimitri commented 4 months ago

Dear development team! Thank you all, for this great OS!

Can you please tell me why there are no valgrind and gdb? It is very usefull programs and not have them is sad : - (

michaelforney commented 3 months ago

They are complicated pieces of software that would be a lot of work to package. They are both available in pkgsrc, which is how I've installed them.

Another thing to look at is -fsanitize=address, which is a decent substitute for valgrind that is available in the default toolchain.