blob: 7f1cb63c8a42ec34c24f1a3d9ceddc7edc0ee8fe [file] [log] [blame]
#pragma once
#include <string>
/** Boolean variable controlling whether tuning is enabled
* during this run.
*/
extern bool tuningEnabled;
/** String variable with the folder for writing logs if logging is enabled.
*/
extern std::string loggingPath;
/** Boolean variable whether loggingPath is non-empty. */
extern bool loggingEnabled;
/** Boolean variable controlling whether debug mode is enabled
* during this run.
*/
extern bool debugEnabled;