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 | 19bb6b996bfc5271522bab2b3cd362bbd18b7d46 (patch) | |
| tree | 175c4610301b75ac4ebc776d16775e607e5ead4a /llvm/tools/opt/opt.cpp | |
| parent | d7c8b3c105244135e40d075459d573c26516c359 (diff) | |
| download | bcm5719-llvm-19bb6b996bfc5271522bab2b3cd362bbd18b7d46.tar.gz bcm5719-llvm-19bb6b996bfc5271522bab2b3cd362bbd18b7d46.zip | |
default to emiting an uncompressed .bc file
llvm-svn: 33420
Diffstat (limited to 'llvm/tools/opt/opt.cpp')
| -rw-r--r-- | llvm/tools/opt/opt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/opt/opt.cpp b/llvm/tools/opt/opt.cpp index 7d5dd2113df..d5d6f779dbc 100644 --- a/llvm/tools/opt/opt.cpp +++ b/llvm/tools/opt/opt.cpp @@ -41,7 +41,7 @@ using namespace llvm; static cl::list<const PassInfo*, bool, PassNameParser> PassList(cl::desc("Optimizations available:")); -static cl::opt<bool> NoCompress("disable-compression", cl::init(false), +static cl::opt<bool> NoCompress("disable-compression", cl::init(true), cl::desc("Don't compress the generated bytecode")); // Other command line options... |

