dwarf-assembly/src/settings.cpp

9 lines
215 B
C++
Raw Permalink Normal View History

#include "settings.hpp"
namespace settings {
SwitchGenerationPolicy switch_generation_policy = SGP_SwitchPerFunc;
2018-05-11 13:09:35 +02:00
std::string pc_list = "";
bool enable_deref_arg = false;
bool keep_holes = false;
}