We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a62bd7 commit 5aeb0a3Copy full SHA for 5aeb0a3
.travis.yml
@@ -13,4 +13,4 @@ compiler:
13
script:
14
- git clone --depth=1 https://github.com/jedisct1/libsodium.git --branch=stable
15
- cd libsodium && ./configure --enable-minimal --disable-dependency-tracking && cd -
16
- - make CPPFLAGS="-I./libsodium/src/libsodium/include" mud.o
+ - make CFLAGS="-std=gnu99" CPPFLAGS="-I./libsodium/src/libsodium/include" mud.o
0 commit comments