Enable `-rtsopts` for `cabal` executable
Fwiw, the GHC executables are compiled with full `-rtsopts` as well. The benefit is that one can use flags such as `-M1G` to limit the heap space, or profile memory usage via `-hT`.
Please register or sign in to comment