I saw this post while searching around the forums: Remove file paths from TEXT directives in go binaries and that is my exact problem. However I'd rather not use go if I don't have to.
Currently using CMake and gcc, is there a way to do something similar to the -trimpath
command listed here without having to use go?