Disable libsnark debug logging in Boost tests

This commit is contained in:
Larry Ruane
2018-07-03 17:35:08 -06:00
parent cea065e3d4
commit c872c1d2df

View File

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