diff options
Diffstat (limited to 'src/build/debug/hb-dump-debug')
-rwxr-xr-x | src/build/debug/hb-dump-debug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build/debug/hb-dump-debug b/src/build/debug/hb-dump-debug index 3aeffe02e..6dcac1ec7 100755 --- a/src/build/debug/hb-dump-debug +++ b/src/build/debug/hb-dump-debug @@ -52,10 +52,10 @@ if (defined ($hbDir)) } } -# "both" : Try to use memory, fall-back to symbol files +# "default" : Try to use memory, fall-back to symbol files # "usefile" : Only use the symbol files # "usemem" : Only use the data from memory -my $useSymsMode = "both"; +my $useSymsMode = "default"; GetOptions("tool:s" => \$tool, "tool-options:s" => \$toolOptions, |