This commit is contained in:
Connor Clark 2016-07-29 14:54:03 -07:00
parent bf4166e618
commit bd2c4092de

View File

@ -86,9 +86,10 @@ library
include-dirs: include
hs-source-dirs: src
default-extensions: CPP
CC-Options: -std=c99
if flag(debug)
CPP-Options: -DDEBUG
CC-Options: -DGRPC_HASKELL_DEBUG
CC-Options: -DGRPC_HASKELL_DEBUG -std=c99
executable hellos-server
if flag(with-examples)