Skip to content

Commit

Permalink
Merge pull request #1558 from digitallyinduced/without-split-sections
Browse files Browse the repository at this point in the history
Disabled split-sections
  • Loading branch information
mpscholten authored Oct 18, 2022
2 parents 05f1eaf + 095c820 commit 8ce50d0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion NixSupport/haskell-packages/ihp-hsx.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ mkDerivation {
license = lib.licenses.mit;
enableLibraryForGhci = true;
homepage = "https://ihp.digitallyinduced.com";
configureFlags = ["--enable-optimization=2" "--enable-split-sections"];
configureFlags = ["--enable-optimization=2"];
jailbreak = true;
}
1 change: 0 additions & 1 deletion ihp.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ common shared-properties
-Winaccessible-code
-Wmissed-specialisations
-Wall-missed-specialisations
-split-sections

library
import: shared-properties
Expand Down
1 change: 0 additions & 1 deletion lib/IHP/Makefile.dist
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ PROD_GHC_OPTIONS+= -fspecialise-aggressively
PROD_GHC_OPTIONS+= -fstatic-argument-transformation
PROD_GHC_OPTIONS+= -fmax-worker-args=200
PROD_GHC_OPTIONS+= -with-rtsopts="-A512m -n4m -N"
PROD_GHC_OPTIONS+= -split-sections


.DEFAULT_GOAL := help
Expand Down

0 comments on commit 8ce50d0

Please sign in to comment.