disable exceptions

This commit is contained in:
Glenn Maynard
2007-01-24 09:53:48 +00:00
parent 7c96f57544
commit 7c4394eda7
+2
View File
@@ -10,6 +10,8 @@ AM_CXXFLAGS =
AM_CFLAGS =
noinst_LIBRARIES =
AM_CXXFLAGS += -fno-exceptions
# Relax inlining; the default of 600 takes way too long to compile and
# generates enormous output.
AM_CXXFLAGS += -finline-limit=300