Changes in directory llvm-poolalloc/runtime/FL2Allocator:

Makefile updated: 1.5 -> 1.6
---
Log message:

fix memalign casting

---
Diffs of the changes:  (+4 -0)

 Makefile |    4 ++++
 1 files changed, 4 insertions(+)


Index: llvm-poolalloc/runtime/FL2Allocator/Makefile
diff -u llvm-poolalloc/runtime/FL2Allocator/Makefile:1.5 
llvm-poolalloc/runtime/FL2Allocator/Makefile:1.6
--- llvm-poolalloc/runtime/FL2Allocator/Makefile:1.5    Wed May 18 14:56:30 2005
+++ llvm-poolalloc/runtime/FL2Allocator/Makefile        Thu Apr 26 14:54:49 2007
@@ -2,6 +2,10 @@
 SHARED_LIBRARY=1
 LIBRARYNAME=poolalloc_rt
 
+ifdef ENABLE_OPTIMIZED
+CXXFLAGS += -DNDEBUG=1
+endif
+
 CXXFLAGS += -fno-exceptions
 
 include $(LEVEL)/Makefile.common



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to