Displaying 1 result from an estimated 1 matches for "opt_for_size".
2007 Aug 30
1
[LLVMdev] [PATCH] enhance llvm-top
...ways makes a debug build of llvm, even
when OPTIMIZED="1" is in .options
b) it now handles ASSERTIONS, CHECKING and DOXYGEN
from .options, it handles DEBUG a bit (not much)
better
c) it adds support for THREAD
After this patch there still is support missing for
DEBUG. PROFILING, OPT_FOR_SIZE, STRIPPED missing.
I think that for this you need to taylor CFLAGS,
CXXFLAGS and LDFLAGS.
--- build-for-llvm-top.sh (revision 41557)
+++ build-for-llvm-top.sh (working copy)
@@ -14,6 +14,22 @@
if test ! -x "config.status" ; then
# We must configure so build a list of con...