dwarf-assembly/src/settings.cpp

8 lines
186 B
C++

#include "settings.hpp"
namespace settings {
SwitchGenerationPolicy switch_generation_policy = SGP_SwitchPerFunc;
std::string pc_list = "";
bool enable_deref_arg = false;
}