How can the names of functions from the generated executable be hidden/shrinked/erased?
I tried with -O2 option in GHC, but it does not work. In the binary I found names that are present in the source code. I want to remove them.