Adding --always_disasm.

This commit is contained in:
Ben Vanik
2014-01-06 22:51:06 -08:00
parent ff66064275
commit 2ed6f478c1
3 changed files with 5 additions and 1 deletions

View File

@@ -21,3 +21,6 @@ using namespace alloy;
DEFINE_bool(debug, DEFAULT_DEBUG_FLAG,
"Allow debugging and retain debug information.");
DEFINE_bool(always_disasm, false,
"Always add debug info to functions, even when no debugger is attached.");