File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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]
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments