]> Nishi Git Mirror - gwion.git/commitdiff
:art: Update Travis
authorfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 23 May 2019 19:45:35 +0000 (21:45 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 23 May 2019 19:45:35 +0000 (21:45 +0200)
.travis.yml

index 05abf8d0803b8cbc69479a5541bc8a396b7073c4..71c97b27f729acbf2c8669b694817fd38f5a4e3d 100644 (file)
@@ -61,8 +61,7 @@ script:
     then make && make test;
     else {
       if [ "$CC" = "clang" ];
-      then export CFLAGS+=" -DSSIZE_T=ssize_t -D_USE_MATH_DEFINES";
-           export CFLAGS+=" -Dcreal(a)=creal(*(struct _C_float_complex*)&a)"
+      then export CFLAGS+=" -D_USE_MATH_DEFINES";
       fi;
       make.exe && make.exe test;
     }