mirror of
https://github.com/unclechu/gRPC-haskell.git
synced 2024-11-23 11:39:43 +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
|
include-dirs: include
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
default-extensions: CPP
|
default-extensions: CPP
|
||||||
|
CC-Options: -std=c99
|
||||||
if flag(debug)
|
if flag(debug)
|
||||||
CPP-Options: -DDEBUG
|
CPP-Options: -DDEBUG
|
||||||
CC-Options: -DGRPC_HASKELL_DEBUG
|
CC-Options: -DGRPC_HASKELL_DEBUG -std=c99
|
||||||
|
|
||||||
executable hellos-server
|
executable hellos-server
|
||||||
if flag(with-examples)
|
if flag(with-examples)
|
||||||
|
|
Loading…
Reference in a new issue