Skip to content

Commit

Permalink
Remove -o flag from ghc compile options
Browse files Browse the repository at this point in the history
  • Loading branch information
phihos committed Feb 14, 2024
1 parent ca943ba commit 6b52468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions duckling-ffi/duckling-ffi.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ library
-- Static linking libraries
extra-libraries: HSrts
-- Static compilation flags
ghc-options: -static -no-hs-main -staticlib -optl-static -fPIC -o libducklingffi.a
ghc-options: -static -no-hs-main -staticlib -optl-static -fPIC
cc-options: -static
ld-options: -static
-- Dynamic compilation library
-- ghc-options: -dynamic -fPIC -no-hs-main -shared -o libducklingffi.so
-- ghc-options: -dynamic -fPIC -no-hs-main -shared
other-extensions: ForeignFunctionInterface

source-repository head
Expand Down

0 comments on commit 6b52468

Please sign in to comment.