From: Ben.Lippmeier@anu.edu.au Date: Mon, 12 Jan 2009 00:56:25 +0000 (+0000) Subject: Add missing documention of -Da DEBUG: apply flag to RTS help. X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4cc0cf0ce1a313b7cc4999dda36cd7efb5fe0435;p=ghc-hetmet.git Add missing documention of -Da DEBUG: apply flag to RTS help. --- diff --git a/rts/RtsFlags.c b/rts/RtsFlags.c index 14f4fb0..8690040 100644 --- a/rts/RtsFlags.c +++ b/rts/RtsFlags.c @@ -178,6 +178,7 @@ void initRtsFlagsDefaults(void) RtsFlags.DebugFlags.prof = rtsFalse; RtsFlags.DebugFlags.gran = rtsFalse; RtsFlags.DebugFlags.par = rtsFalse; + RtsFlags.DebugFlags.apply = rtsFalse; RtsFlags.DebugFlags.linker = rtsFalse; RtsFlags.DebugFlags.squeeze = rtsFalse; RtsFlags.DebugFlags.hpc = rtsFalse; @@ -445,6 +446,7 @@ usage_text[] = { " -Dp DEBUG: prof", " -Dr DEBUG: gran", " -DP DEBUG: par", +" -Da DEBUG: apply", " -Dl DEBUG: linker", " -Dm DEBUG: stm", " -Dz DEBUG: stack squezing",