Skip to content

Commit 7a78f60

Browse files
committed
Print whether we're building benchmarks
1 parent 4afec9f commit 7a78f60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ AC_MSG_NOTICE([Using field implementation: $set_field])
447447
AC_MSG_NOTICE([Using bignum implementation: $set_bignum])
448448
AC_MSG_NOTICE([Using scalar implementation: $set_scalar])
449449
AC_MSG_NOTICE([Using endomorphism optimizations: $use_endomorphism])
450+
AC_MSG_NOTICE([Building benchmarks: $use_benchmark])
450451
AC_MSG_NOTICE([Building for coverage analysis: $enable_coverage])
451452
AC_MSG_NOTICE([Building ECDH module: $enable_module_ecdh])
452453
AC_MSG_NOTICE([Building ECDSA pubkey recovery module: $enable_module_recovery])

0 commit comments

Comments
 (0)