Skip to content

Commit

Permalink
remove call to mold linker
Browse files Browse the repository at this point in the history
  • Loading branch information
emekoi committed Oct 18, 2024
1 parent daaaaf0 commit 1830d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ flag ci

common base
ghc-options: -Wall -Wcompat -Wextra -Widentities -Wno-name-shadowing
ld-options: -fuse-ld=mold -Wl,--gc-sections,--build-id
ld-options: -Wl,--gc-sections,--build-id
ld-options: -Wl,--icf=all,--ignore-data-address-equality

default-language: Haskell2010
Expand Down

0 comments on commit 1830d57

Please sign in to comment.