[llvm-commits] CVS: llvm-poolalloc/runtime/FL2Allocator/Makefile

Andrew Lenharth alenhar2 at cs.uiuc.edu
Thu Apr 26 12:55:09 PDT 2007



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






More information about the llvm-commits mailing list