Skip to content

Commit 0c774d8

Browse files
Merge bitcoin#688: Fix ASM setting in travis
5c5f71e Fix ASM setting in travis (Jonas Nick) Pull request description: Without this PR the `ASM` setting isn't taken into account in travis. ACKs for commit 5c5f71: real-or-random: ACK 5c5f71e I read the diff Tree-SHA512: 741650e4b9163e0e7341fa59b9859da85d0e34fa59980e68eacf59388879281b640836532acb3d8121da18d8e75a7c2993defada6329df830a99472b71cc17fe
2 parents e2625f8 + 5c5f71e commit 0c774d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ before_script: ./autogen.sh
6767
script:
6868
- if [ -n "$HOST" ]; then export USE_HOST="--host=$HOST"; fi
6969
- if [ "x$HOST" = "xi686-linux-gnu" ]; then export CC="$CC -m32"; fi
70-
- ./configure --enable-experimental=$EXPERIMENTAL --enable-endomorphism=$ENDOMORPHISM --with-field=$FIELD --with-bignum=$BIGNUM --with-scalar=$SCALAR --enable-ecmult-static-precomputation=$STATICPRECOMPUTATION --with-ecmult-gen-precision=$ECMULTGENPRECISION --enable-module-ecdh=$ECDH --enable-module-recovery=$RECOVERY --enable-jni=$JNI $EXTRAFLAGS $USE_HOST && make -j2 $BUILD
70+
- ./configure --enable-experimental=$EXPERIMENTAL --enable-endomorphism=$ENDOMORPHISM --with-field=$FIELD --with-bignum=$BIGNUM --with-asm=$ASM --with-scalar=$SCALAR --enable-ecmult-static-precomputation=$STATICPRECOMPUTATION --with-ecmult-gen-precision=$ECMULTGENPRECISION --enable-module-ecdh=$ECDH --enable-module-recovery=$RECOVERY --enable-jni=$JNI $EXTRAFLAGS $USE_HOST && make -j2 $BUILD

0 commit comments

Comments
 (0)