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 = AM_CFLAGS =
noinst_LIBRARIES = noinst_LIBRARIES =
AM_CXXFLAGS += -fno-exceptions
# Relax inlining; the default of 600 takes way too long to compile and # Relax inlining; the default of 600 takes way too long to compile and
# generates enormous output. # generates enormous output.
AM_CXXFLAGS += -finline-limit=300 AM_CXXFLAGS += -finline-limit=300