Dear All, Is it alright if I add a -disable-compression option to gccld? Disabling compression is saving me some build time, and the option already exists in other LLVM tools. -- John T.
On Tue, 21 Nov 2006, John Criswell wrote:> Is it alright if I add a -disable-compression option to gccld? > Disabling compression is saving me some build time, and the option > already exists in other LLVM tools.Yes, that's fine. -Chris> _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-Chris -- http://nondot.org/sabre/ http://llvm.org/
Seemingly Similar Threads
- [LLVMdev] question about gccld and external libraries
- [LLVMdev] [patch] gccld not passing -export-dynamic to gcc for link
- [LLVMdev] Cygwin port
- [LLVMdev] Re: question about gccld and external libraries
- [LLVMdev] Can you hint on solution to following problem