mirror of
https://github.com/unclechu/gRPC-haskell.git
synced 2024-11-14 23:29:42 +01:00
use c99 (#62)
This commit is contained in:
parent
bf4166e618
commit
bd2c4092de
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue