Shuffling --debug around and making it work.

This commit is contained in:
Ben Vanik
2015-07-22 17:26:10 -07:00
parent 2f233c7974
commit a42ab648ed
9 changed files with 28 additions and 24 deletions

View File

@@ -16,14 +16,6 @@ DEFINE_string(
"Loads a .map for symbol names and to diff with the generated symbol "
"database.");
#if 0 && DEBUG
#define DEFAULT_DEBUG_FLAG true
#else
#define DEFAULT_DEBUG_FLAG false
#endif
DEFINE_bool(debug, DEFAULT_DEBUG_FLAG,
"Allow debugging and retain debug information.");
DEFINE_bool(disassemble_functions, false,
"Disassemble functions during generation.");