[llvm-commits] CVS: poolalloc/runtime/FL2Allocator/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Mon Nov 1 22:29:22 PST 2004
Changes in directory poolalloc/runtime/FL2Allocator:
Makefile updated: 1.1 -> 1.2
---
Log message:
Compile with -fno-exception to avoid getting eh stuff into the files.
---
Diffs of the changes: (+2 -0)
Index: poolalloc/runtime/FL2Allocator/Makefile
diff -u poolalloc/runtime/FL2Allocator/Makefile:1.1 poolalloc/runtime/FL2Allocator/Makefile:1.2
--- poolalloc/runtime/FL2Allocator/Makefile:1.1 Thu Dec 25 13:46:20 2003
+++ poolalloc/runtime/FL2Allocator/Makefile Tue Nov 2 00:29:12 2004
@@ -3,6 +3,8 @@
SHARED_LIBRARY=1
LIBRARYNAME=poolalloc_rt
+CXXFLAGS += -fno-exceptions
+
include $(LEVEL)/Makefile.common
# Always build optimized and debug versions
More information about the llvm-commits
mailing list