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 d953095 commit 217e059Copy full SHA for 217e059
.travis.yml
@@ -76,7 +76,7 @@ before_install:
76
if [ "$ARCH" = "x86_64" ]; then
77
BUILDOPTS="$BUILDOPTS JULIA_CPU_TARGET=x86-64";
78
else
79
- BUILDOPTS="$BUILDOPTS JULIA_CPU_TARGET=pentium4 MARCH=pentium4 CFLAGS=\"-mfpmath=sse\"";
+ BUILDOPTS="$BUILDOPTS JULIA_CPU_TARGET=pentium4 MARCH=pentium4 CFLAGS=-mfpmath=sse";
80
fi;
81
echo "override ARCH=$ARCH" >> Make.user;
82
sudo sh -c "echo 0 > /proc/sys/net/ipv6/conf/lo/disable_ipv6";
0 commit comments