Yuri
2010-Jun-11 22:23 UTC
[LLVMdev] Why adding the flag --disable-assertions to configure makes the build Release+Asserts ?
I have these flags that make Release build: configure --prefix=/my/prefix --enable-shared --enable-libffi --disable-debug-runtime --disable-debug-symbols --enable-optimized But when I add --disable-assertions printed output begins to show: Release+Asserts This doesn't make sense. Yuri
Reasonably Related Threads
- [LLVMdev] --enable-shared doesn't build shared library any more
- [LLVMdev] --enable-shared doesn't build shared library any more
- [LLVMdev] Failure building 2.7 with debug info and expensive checks
- [LLVMdev] Why asserts don't provide much information?
- [LLVMdev] SVN version fails to compile