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 a092970 commit 95f4291Copy full SHA for 95f4291
configure.ac
@@ -92,7 +92,7 @@ AC_ARG_ENABLE(tests,
92
[use_tests=yes])
93
94
AC_ARG_ENABLE(bench,
95
- AS_HELP_STRING([--enable-bench],[compile benchmarks (default is yes)]),
+ AS_HELP_STRING([--disable-bench],[do not compile benchmarks (default is to compile)]),
96
[use_bench=$enableval],
97
[use_bench=yes])
98
0 commit comments