<div><div>How can the names of functions from the generated executable be hidden/shrinked/erased?</div><div>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.</div></div>