From 17be6791b8b22b36850340a44a6f05de5c3cbf85 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 21 Jan 2007 06:34:18 +0000 Subject: default to emiting an uncompressed .bc file git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33420 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-ld/llvm-ld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/llvm-ld') diff --git a/tools/llvm-ld/llvm-ld.cpp b/tools/llvm-ld/llvm-ld.cpp index 2e599064a5..6ec0ce7591 100644 --- a/tools/llvm-ld/llvm-ld.cpp +++ b/tools/llvm-ld/llvm-ld.cpp @@ -74,7 +74,7 @@ static cl::opt Native("native", static cl::optNativeCBE("native-cbe", cl::desc("Generate a native binary with the C backend and GCC")); -static cl::optDisableCompression("disable-compression",cl::init(false), +static cl::optDisableCompression("disable-compression", cl::init(true), cl::desc("Disable writing of compressed bytecode files")); static cl::list PostLinkOpts("post-link-opts", -- cgit v1.2.3