diff options
Diffstat (limited to 'rts/hooks/RtsOptsEnabled.c')
-rw-r--r-- | rts/hooks/RtsOptsEnabled.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/hooks/RtsOptsEnabled.c b/rts/hooks/RtsOptsEnabled.c index d7d6cb595f..f5d81579f6 100644 --- a/rts/hooks/RtsOptsEnabled.c +++ b/rts/hooks/RtsOptsEnabled.c @@ -9,5 +9,5 @@ #include "Rts.h" #include "RtsOpts.h" -const rtsBool rtsOptsEnabled = rtsFalse; +const rtsOptsEnabledEnum rtsOptsEnabled = rtsOptsSafeOnly; |