Rearranged debug options.
committer: mfx <mfx> 1139916141 +0000
This commit is contained in:
+8
-3
@@ -56,9 +56,6 @@ struct options_t {
|
||||
// other options
|
||||
int backup;
|
||||
int console;
|
||||
int debug;
|
||||
char fake_stub_version[4+1]; // for internal debugging
|
||||
char fake_stub_year[4+1]; // for internal debugging
|
||||
int force;
|
||||
int info_mode;
|
||||
bool ignorewarn;
|
||||
@@ -69,6 +66,14 @@ struct options_t {
|
||||
int verbose;
|
||||
bool to_stdout;
|
||||
|
||||
// debug options
|
||||
struct {
|
||||
int debug_level;
|
||||
const char *dump_stub_loader;
|
||||
char fake_stub_version[4+1]; // for internal debugging
|
||||
char fake_stub_year[4+1]; // for internal debugging
|
||||
} debug;
|
||||
|
||||
// overlay handling
|
||||
enum {
|
||||
SKIP_OVERLAY = 0,
|
||||
|
||||
Reference in New Issue
Block a user