diff options
author | Chris Lattner <sabre@nondot.org> | 2007-01-21 06:34:18 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-01-21 06:34:18 +0000 |
commit | 17be6791b8b22b36850340a44a6f05de5c3cbf85 (patch) | |
tree | e93138f9dfc08cc733f7254d7f92c2635d87e627 /tools/gccld/GenerateCode.cpp | |
parent | 9b5b182e5f897b559fde4a20290f017ddc43162c (diff) |
default to emiting an uncompressed .bc file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33420 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/gccld/GenerateCode.cpp')
-rw-r--r-- | tools/gccld/GenerateCode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gccld/GenerateCode.cpp b/tools/gccld/GenerateCode.cpp index 13bda75b42..db1caa8270 100644 --- a/tools/gccld/GenerateCode.cpp +++ b/tools/gccld/GenerateCode.cpp @@ -42,7 +42,7 @@ namespace { cl::desc("Do not run any optimization passes")); cl::opt<bool> - NoCompress("disable-compression", cl::init(false), + NoCompress("disable-compression", cl::init(true), cl::desc("Don't compress the generated bytecode")); } |