Hi, When I pulled the latest changes, I found that --enable-optimized was ON by default, contrary to old behavior and documentation. I have to do a ./configure --disable-optimized to get the usual Debug+Asserts build. Is this an intentional change? Ram
You should be able to look at the version control history to find when it changed and who changed it and CC them. -- Sean Silva On Tue, Nov 25, 2014 at 9:27 AM, Ramkumar Ramachandra <artagnon at gmail.com> wrote:> Hi, > > When I pulled the latest changes, I found that --enable-optimized was > ON by default, contrary to old behavior and documentation. I have to > do a ./configure --disable-optimized to get the usual Debug+Asserts > build. Is this an intentional change? > > Ram > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141125/2705b08c/attachment.html>
Did you pull a release branch by mistake? -eric On Tue Nov 25 2014 at 8:33:54 PM Sean Silva <chisophugis at gmail.com> wrote:> You should be able to look at the version control history to find when it > changed and who changed it and CC them. > > -- Sean Silva > > On Tue, Nov 25, 2014 at 9:27 AM, Ramkumar Ramachandra <artagnon at gmail.com> > wrote: > >> Hi, >> >> When I pulled the latest changes, I found that --enable-optimized was >> ON by default, contrary to old behavior and documentation. I have to >> do a ./configure --disable-optimized to get the usual Debug+Asserts >> build. Is this an intentional change? >> >> Ram >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141126/225c4908/attachment.html>
Apparently Analagous Threads
- [LLVMdev] Sporadic "RealOffset <= INT32_MAX && RealOffset >= INT32_MIN" failures with MCJIT on Windows
- [LLVMdev] Sporadic "RealOffset <= INT32_MAX && RealOffset >= INT32_MIN" failures with MCJIT on Windows
- [LLVMdev] How to test isDereferenceablePointer?
- [LLVMdev] Sporadic "RealOffset <= INT32_MAX && RealOffset >= INT32_MIN" failures with MCJIT on Windows
- [LLVMdev] [PATCH] .gitignore: add rules for a clean worktree