Skip to content

Commit b848c05

Browse files
committed
Added -march=i686 to the C compiler options, fixing linking issues on Win32 (see #4).
1 parent 4613884 commit b848c05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ekg-core.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ library
3737
default-language: Haskell2010
3838

3939
ghc-options: -Wall
40+
cc-options: -march=i686
4041
includes: distrib.h
4142
install-includes: distrib.h
4243
include-dirs: cbits

0 commit comments

Comments
 (0)