Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Christian Merten
haskell-gargantext
Commits
63a65174
Commit
63a65174
authored
Feb 27, 2024
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] Optim with O2
parent
ef13af01
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
install
bin/install
+1
-1
gargantext.cabal
gargantext.cabal
+2
-1
No files found.
bin/install
View file @
63a65174
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
echo
"GarganText, build, install, test and documentation"
echo
"GarganText, build, install, test and documentation"
nix-shell
--run
"cabal update
\\
nix-shell
--run
"cabal update
\\
&& cabal v2-build
\\
&& cabal v2-build
--ghc-options=-O2
\\
&& cabal --overwrite-policy=always install
\\
&& cabal --overwrite-policy=always install
\\
&& cabal v2-test --test-show-details=streaming
\\
&& cabal v2-test --test-show-details=streaming
\\
&& cabal haddock"
&& cabal haddock"
gargantext.cabal
View file @
63a65174
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment