Switch the default -dynload mode to SystemDependent
[ghc-hetmet.git] / compiler / main / DynFlags.hs
index 50fd2cf..764fb91 100644 (file)
@@ -614,7 +614,7 @@ defaultDynFlags =
 
         outputFile              = Nothing,
         outputHi                = Nothing,
-        dynLibLoader            = Deployable,
+        dynLibLoader            = SystemDependent,
         dumpPrefix              = Nothing,
         dumpPrefixForce         = Nothing,
         includePaths            = [],