Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libvmod-selector
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
libvmod-selector
Commits
44c93978
Commit
44c93978
authored
Sep 04, 2020
by
Geoff Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build the benchmarks only if a configure option is enabled.
parent
cf2629c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
Makefile.am
Makefile.am
+4
-1
configure.ac
configure.ac
+7
-0
No files found.
Makefile.am
View file @
44c93978
ACLOCAL_AMFLAGS
=
-I
m4
-I
${
VARNISHAPI_DATAROOTDIR
}
/aclocal
SUBDIRS
=
src src/tests/bench
if
WANT_BENCH
MAYBE_BENCH
=
src/tests/bench
endif
SUBDIRS
=
src
$(MAYBE_BENCH)
DISTCHECK_CONFIGURE_FLAGS
=
\
VMOD_DIR
=
'$${libdir}/varnish/vmods'
...
...
configure.ac
View file @
44c93978
...
...
@@ -112,6 +112,13 @@ if test "x$enable_debugging" != "xno"; then
[])
fi
AC_ARG_ENABLE(benchmarks,
AS_HELP_STRING([--enable-benchmarks],
[build benchmark utilities for the search algorithms (default is NO)]),
[],
[enable_benchmarks=no])
AM_CONDITIONAL([WANT_BENCH], [test "x$enable_benchmarks" != "xno"])
AC_CONFIG_FILES([
Makefile
src/Makefile
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment