Motivation
I wanted to try and run the benchmarking scripts and I noticed the recovery benchmark in bench.c. I wanted to run but I was using cmake and the error message telling me to use ./configure -enable-module-recovery wasn’t sufficient.
I figure rather than forcing users to look into the CMakeLists.txt file or anywhere else we should add this to the output
Solution
I appended to the message to include the -DSECP256K1_ENABLE_MODULE_...=ON in the message.