Not possible to build debug + prof, oversight or expected?

2018-07-03 Thread Ömer Sinan Ağacan
I just realized GHC 8.4.2 doesn't ship a debug + prof RTS, and HEAD doesn't build it with release build (no build.mk) or with prof flavor. It seems to me that this is a bug, because some debug files in RTS (e.g. Printer.c) actually check PROFILING macro in a few places and print different stuff dep

Re: Not possible to build debug + prof, oversight or expected?

2018-07-04 Thread Ben Gamari
Ömer Sinan Ağacan writes: > I just realized GHC 8.4.2 doesn't ship a debug + prof RTS, and HEAD doesn't > build it with release build (no build.mk) or with prof flavor. It seems to me > that this is a bug, because some debug files in RTS (e.g. Printer.c) actually > check PROFILING macro in a few