ku1ik / stderred

stderr in red
MIT License
996 stars 115 forks source link

Doesn't work with sanitisers #67

Open madhur4127 opened 5 years ago

madhur4127 commented 5 years ago

I use address sanitizers to compile my C++ programs (-fsanitize=address -fno-omit-frame-pointer). When I run the binaries it outputs:

==10714==ASan runtime does not come first in initial library list; 
you should either link runtime to your application or manually preload it with LD_PRELOAD.

Without those flags, it works correctly.