Skip to content

Commit

Permalink
need std=c99
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jul 12, 2019
1 parent b668ed3 commit 838c4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cd $WORKSPACE/srcdir/xsum
if [[ $target == i686-* ]]; then
xsumfpmath="-mfpmath=sse"
fi
${CC} ${LDFLAGS} -shared -fPIC -O3 ${xsumfpmath} -fno-inline-functions -o ${libdir}/libxsum.${dlext} xsum.c pbinary.c
${CC} ${LDFLAGS} -shared -fPIC -O3 -std=c99 ${xsumfpmath} -fno-inline-functions -o ${libdir}/libxsum.${dlext} xsum.c pbinary.c
"""

# These are the platforms we will build for by default, unless further
Expand Down

0 comments on commit 838c4e4

Please sign in to comment.