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