diff options
author | David Srbecky <dsrbecky@google.com> | 2015-04-12 09:52:31 +0100 |
---|---|---|
committer | David Srbecky <dsrbecky@google.com> | 2015-04-12 09:52:31 +0100 |
commit | 7f49e672bc943c49ca8af438ae4bd61b95fe364b (patch) | |
tree | 3fcb3820c5046ea30e78c8264327536041b5cdad /compiler/dex/quick | |
parent | 58565098b2298041ccc97371a3cc486df88d51b3 (diff) | |
download | art-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/quick')
-rw-r--r-- | compiler/dex/quick/quick_cfi_test.cc | 1 |
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, |