summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
diff options
context:
space:
mode:
authorDavid Srbecky <dsrbecky@google.com>2016-03-13 22:00:07 +0000
committerDavid Srbecky <dsrbecky@google.com>2016-03-16 17:24:17 +0000
commit346dc993615487e9c645a515dfcbf9a6488f36fe (patch)
treeadf8006d2786c31cae282161491ab7c8f2cc3b2b /compiler/optimizing/graph_visualizer.cc
parentfbc61e19578d281d05728bcd120e1ace57c2fbd8 (diff)
Remove --native-debuggable compiler option.
Check if both --debuggable and --generate-debug-info are set instead. History: I have recently added the --native-debuggable flag to control whether extra stack maps are generated in order to produce accurate native line number mapping of all generated code. I didn't want to include it into --debuggable since we compile boot.oat as debuggable and so it would be affected. On second thought, it would have been reasonable to generate the extra stackmaps only if both --debuggable and --generate-debug-info are set, instead of introducing another compiler flag. This means we do not affect boot.oat but we still get the extra stack maps if DWARF debug information is explicitly requested. Change-Id: I7e5e557e4850a88b3b6f86178d2cb645fb1e1110
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions