summarylogtreecommitdiffstats
path: root/dynamic-linking.patch
blob: 5c7508fc8826f14116e99f7aa06d6c21e6b2f5bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/app/Main.hs b/app/Main.hs
index dc0fce6..03aadf6 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -81,6 +81,7 @@ compileAndRunWith options = do
            , "-o"
            , executablePath
            , "-O2"
+           , "-dynamic"
            , configFile
            ]
   changeWorkingDirectory configDir