Minor technical correction in documentation.
[oota-llvm.git] / Makefile.rules
index c9795ec6969d8bb8e20670bf21e3d72c2fe43437..42c367a9499361bb0413c491d6389f697772f500 100644 (file)
@@ -206,6 +206,11 @@ else
   OPTIMIZE_OPTION := -O2
 endif
 
+# IF REQUIRES_EH=1 is specified then don't disable exceptions
+#ifndef REQUIRES_EH
+#  CXX.Flags += -fno-exceptions
+#endif
+
 ifdef ENABLE_PROFILING
   BuildMode := Profile
   CXX.Flags := $(OPTIMIZE_OPTION) -pg -g