do not compile dynamically, for now.

This commit is contained in:
Julia Longtin 2019-05-21 21:19:22 +01:00
parent 63191c87f3
commit e749ebcb75

View File

@ -40,7 +40,7 @@ Library
Ghc-options:
-O2
-optc-O3
-dynamic
-- -dynamic
-- see GHC manual 8.2.1 section 6.5.1.
-feager-blackholing
-- for debugging.
@ -120,7 +120,7 @@ Executable extopenscad
-optc-O3
-threaded
-rtsopts
-dynamic
-- -dynamic
-- see GHC manual 8.2.1 section 6.5.1.
-feager-blackholing
-- for debugging.
@ -135,7 +135,7 @@ Executable docgen
base,
implicit
ghc-options:
-dynamic
-- -dynamic
-- for debugging.
-Wall
-Wextra
@ -179,7 +179,7 @@ Executable Benchmark
Ghc-options:
-O2
-optc-O3
-dynamic
-- -dynamic
-- for debugging.
-Wall
-Wextra
@ -199,7 +199,7 @@ Test-suite test-implicit
Ghc-options:
-O2
-optc-O3
-dynamic
-- -dynamic
-- for debugging.
-Wall
-Wextra
@ -217,7 +217,7 @@ Benchmark parser-bench
Ghc-options:
-O2
-optc-O3
-dynamic
-- -dynamic
-- for debugging.
-Wall
-Wextra