5 ms·
Thanks for the advice. PS2: Haven't used C/C++ in our tech stack for quite a while now but from what I see it should work if you provide the relevant switch '-
by zerogvt 7y ago
Thanks for the advice.
PS2: Haven't used C/C++ in our tech stack for quite a while now but from what I see it should work if you provide the relevant switch '-fsanitize=undefined' plus a gcc version that supports Undefined Behavior Sanitizer (gcc 4.9 and later).
- gus_massa 7y agoI tried again, it was a problem with the -fuse-ld=gold flag. I was trying to set it as an argument from the build script, but the solution was to configure it inside one of the internal files. I don't understand the details, but IWOMM :). Now that it is working, let's hope that one of the main developers with more understanding of the internal parts of the build process can cleanup it before merging. If you want to take a look https://github.com/racket/racket/pull/2441 https://github.com/racket/racket/pull/2441