Skip to content

Commit

Permalink
Enabled split-sections for IHP builds for smaller binaries on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Jun 9, 2022
1 parent b5c7ea6 commit db75f33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ihp-hsx/ihp-hsx.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ library
-Wmissed-specialisations
-Wall-missed-specialisations
-fexpose-all-unfoldings
-split-sections
hs-source-dirs: .
exposed-modules:
IHP.HSX.Parser
Expand Down
1 change: 1 addition & 0 deletions ihp.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ common shared-properties
-Winaccessible-code
-Wmissed-specialisations
-Wall-missed-specialisations
-split-sections

library
import: shared-properties
Expand Down

0 comments on commit db75f33

Please sign in to comment.