summaryrefslogtreecommitdiffstats
path: root/compiler/dex
diff options
context:
space:
mode:
authorDavid Srbecky <dsrbecky@google.com>2015-04-12 09:52:31 +0100
committerDavid Srbecky <dsrbecky@google.com>2015-04-12 09:52:31 +0100
commit7f49e672bc943c49ca8af438ae4bd61b95fe364b (patch)
tree3fcb3820c5046ea30e78c8264327536041b5cdad /compiler/dex
parent58565098b2298041ccc97371a3cc486df88d51b3 (diff)
downloadart-7f49e672bc943c49ca8af438ae4bd61b95fe364b.zip
art-7f49e672bc943c49ca8af438ae4bd61b95fe364b.tar.gz
art-7f49e672bc943c49ca8af438ae4bd61b95fe364b.tar.bz2
Remove the --gen-gdb-info compiler option.
It is never used. We generally use --include-debug-symbols instead. Change-Id: I933495cd85ab4f7dfcf3ef3cd2d943d4b870ffeb
Diffstat (limited to 'compiler/dex')
-rw-r--r--compiler/dex/quick/quick_cfi_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/dex/quick/quick_cfi_test.cc b/compiler/dex/quick/quick_cfi_test.cc
index 2e62166..6928acb 100644
--- a/compiler/dex/quick/quick_cfi_test.cc
+++ b/compiler/dex/quick/quick_cfi_test.cc
@@ -56,7 +56,6 @@ class QuickCFITest : public CFITest {
CompilerOptions::kDefaultSmallMethodThreshold,
CompilerOptions::kDefaultTinyMethodThreshold,
CompilerOptions::kDefaultNumDexMethodsThreshold,
- true, // generate_gdb_information.
false,
CompilerOptions::kDefaultTopKProfileThreshold,
false,