X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=8daeff4468c323f84cbe67eb4dea2206d8285ab7;hb=1f2151278691540edde18843cdf7ce23697889ba;hp=776703f4ea23232fb1722a40edf445d4cdc7178f;hpb=ae8e4261799358bfbb88dfd251b2e9e25dc39182;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index 776703f..8daeff4 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -288,8 +288,8 @@ endif # thr_p : threaded profiled # debug : debugging (compile with -g for the C compiler, and -DDEBUG) # debug_p : debugging profiled -# debug_thr : debugging threaded -# debug_thr_p : debugging threaded profiled +# thr_debug : debugging threaded +# thr_debug_p : debugging threaded profiled # ifeq "$(BootingFromHc)" "YES" GhcRTSWays= @@ -1062,6 +1062,14 @@ WAY_debug_HC_OPTS=-optc-DDEBUG WAY_debug_p_NAME=debug profiled WAY_debug_p_HC_OPTS=-optc-DDEBUG -prof +# Way 'thr_debug': +WAY_thr_debug_NAME=threaded +WAY_thr_debug_HC_OPTS=-optc-DTHREADED_RTS -optc-DDEBUG + +# Way 'thr_debug_p': +WAY_thr_debug_p_NAME=threaded +WAY_thr_debug_p_HC_OPTS=-optc-DTHREADED_RTS -optc-DDEBUG -prof + # # Add user-way configurations here: #