Skip to content

Commit 71ca3fa

Browse files
committed
Enable CPProfiler support by default
1 parent 612e563 commit 71ca3fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1486,7 +1486,7 @@ Optional Features:
14861486
--enable-gist build Gecode Interactive Search Tool [default=yes]
14871487
--enable-cbs build with support for counting-based search
14881488
[default=no]
1489-
--enable-cpprofiler build with support for CPProfiler [default=no]
1489+
--enable-cpprofiler build with support for CPProfiler [default=yes]
14901490
--enable-driver build script commandline driver library
14911491
[default=yes]
14921492
--enable-flatzinc build FlatZinc interpreter [default=yes]

gecode.m4

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1434,7 +1434,7 @@ AC_DEFUN([AC_GECODE_CPPROFILER],
14341434
[
14351435
AC_ARG_ENABLE([cpprofiler],
14361436
AC_HELP_STRING([--enable-cpprofiler],
1437-
[build with support for CPProfiler @<:@default=no@:>@]))
1437+
[build with support for CPProfiler @<:@default=yes@:>@]))
14381438
AC_MSG_CHECKING(whether to build with support for CPProfiler)
14391439
if test "${enable_cpprofiler:-no}" = "yes"; then
14401440
AC_MSG_RESULT(yes)

0 commit comments

Comments
 (0)