diff --git a/build_tarballs.jl b/build_tarballs.jl index b1673f0..5d48bb4 100644 --- a/build_tarballs.jl +++ b/build_tarballs.jl @@ -14,7 +14,6 @@ if [[ $target == i686-* ]]; then xsumfpmath="-mfpmath=sse" fi ${CC} ${LDFLAGS} -shared -fPIC -O3 -std=c99 ${xsumfpmath} -fno-inline-functions -o ${libdir}/libxsum.${dlext} xsum.c pbinary.c -ls ${libdir}/libxsum.* """ # These are the platforms we will build for by default, unless further