use Extensions instead of -X
This commit is contained in:
parent
7554e5d8da
commit
13a65d028d
1 changed files with 2 additions and 1 deletions
|
@ -76,8 +76,9 @@ Executable git-annex
|
|||
Include-Dirs: Utility
|
||||
C-Sources: Utility/libdiskfree.c Utility/libmounts.c
|
||||
CC-Options: -Wall
|
||||
GHC-Options: -threaded -Wall -XPackageImports
|
||||
GHC-Options: -threaded -Wall
|
||||
CPP-Options: -DWITH_CLIBS
|
||||
Extensions: PackageImports
|
||||
|
||||
if flag(Production)
|
||||
GHC-Options: -O2
|
||||
|
|
Loading…
Reference in a new issue