[FIX] Optim with O2
Showing
... | @@ -64,7 +64,7 @@ common defaults | ... | @@ -64,7 +64,7 @@ common defaults |
build-depends: | build-depends: | ||
base >=4.7 && <5 | base >=4.7 && <5 | ||
-- optimizations | optimization: 2 | ||
common optimized | common optimized | ||
ghc-options: | ghc-options: | ||
-O2 | -O2 | ||
... | @@ -812,6 +812,7 @@ executable gargantext-server | ... | @@ -812,6 +812,7 @@ executable gargantext-server |
, text ^>= 1.2.4.1 | , text ^>= 1.2.4.1 | ||
, unordered-containers ^>= 0.2.16.0 | , unordered-containers ^>= 0.2.16.0 | ||
, vector ^>= 0.7.3 | , vector ^>= 0.7.3 | ||
optimization: 2 | |||
|
|||
executable gargantext-upgrade | executable gargantext-upgrade | ||
import: | import: | ||
... | ... |