Skip to content
Snippets Groups Projects
Commit c20ad154 authored by florent's avatar florent
Browse files

[wip/hpp-walkplanner] Add option to measure times of computation

	* hpp-walkplanner/Makefile.
parent e30b0149
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,10 @@ PKG_SUPPORTED_OPTIONS+= verbose
PKG_OPTION_DESCR.verbose= Compile in verbose mode
PKG_OPTION_SET.verbose:= CPPFLAGS+=-DHPP_DEBUG
PKG_SUPPORTED_OPTIONS+= benchmark
PKG_OPTION_DESCR.benchmark= Measure computation times
PKG_OPTION_SET.benchmark:= CPPFLAGS+=-DHPP_ENABLE_BENCHMARK -DHPP_DEBUG
include ../../mk/sysdep/doxygen.mk
include ../../wip/hrp2-14/depend.mk
include ../../wip/jrl-walkgen/depend.mk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment