X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=ae7b743691e303763a5ec3d5369f67d78104fbc1;hb=a12dcc89780ddec69beec723ac444c5fab388a9a;hp=634006bde0ae7fde49bf9301f505bac6c23561ba;hpb=8c7bea375782d8566d942bca51d1772f7c55a819;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index 634006b..ae7b743 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -342,10 +342,16 @@ endif # t : ticky-ticky profiling # debug_t : debugging ticky-ticky profiling # -ifeq "$(BootingFromHc)" "YES" GhcRTSWays= -else -GhcRTSWays=thr thr_p debug thr_debug + +# Usually want the debug version +ifeq "$(BootingFromHc)" "NO" +GhcRTSWays += debug +endif + +# Want the threaded versions unless we're unregisterised +ifeq "$(GhcUnregisterised)" "NO" +GhcRTSWays += thr thr_p thr_debug endif # Option flags to pass to GHC when it's compiling modules in @@ -1008,6 +1014,10 @@ UNAME = uname # GTK+ GTK_CONFIG = @GTK_CONFIG@ +# Set this if you want to use Inno Setup to build a Windows installer +# when you make a bindist +ISCC = + #----------------------------------------------------------------------------- # DocBook XML stuff