default to emiting an uncompressed .bc file
[oota-llvm.git] / tools / llvm-as / llvm-as.cpp
index dd29bc19e83d7b47ba57be2585d4711cec8c106f..e3dbfb46be94543ed6dfcf134c11dda041187bfc 100644 (file)
@@ -43,7 +43,7 @@ static cl::opt<bool>
 DumpAsm("d", cl::desc("Print assembly as parsed"), cl::Hidden);
 
 static cl::opt<bool>
-NoCompress("disable-compression", cl::init(false),
+NoCompress("disable-compression", cl::init(true),
            cl::desc("Don't compress the generated bytecode"));
 
 static cl::opt<bool>