Skip to content

Commit

Permalink
Add -Wno-int-conversion for darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
junjihashimoto committed May 5, 2024
1 parent fd51b0e commit e7658c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libtorch-ffi-helper/libtorch-ffi-helper.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ library
hs-source-dirs: src
default-language: Haskell2010
build-depends: base >= 4.7 && < 5
build-depends: ghc >=8.5
, ghc >=8.5
if os(darwin)
ghc-options: -optc=-Wno-int-conversion

0 comments on commit e7658c6

Please sign in to comment.