Auto merge of #3370 - LarryRuane:2984-libsnark-debug-logging, r=str4d

Disable libsnark debug logging in Boost tests

Initialize `src/snark/libsnark/common/profiling.cpp: inhibit_profiling_info` to false.
This commit is contained in:
Homu 2018-07-06 09:28:44 -07:00
commit 16b617aca6
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ static std::list<std::pair<std::string, long long*> > op_data_points = {
#endif #endif
}; };
bool inhibit_profiling_info = false; bool inhibit_profiling_info = true;
bool inhibit_profiling_counters = false; bool inhibit_profiling_counters = false;
void clear_profiling_counters() void clear_profiling_counters()