From 08aaf1c396c1c6302c6bad6b368c8ced8b8c4817 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 18 Feb 2004 02:59:33 +0000 Subject: [PATCH] Less inlining. --- stepmania/src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stepmania/src/Makefile.am b/stepmania/src/Makefile.am index d784be57c8..d03b1ac663 100644 --- a/stepmania/src/Makefile.am +++ b/stepmania/src/Makefile.am @@ -7,6 +7,10 @@ AM_LDFLAGS = AM_CXXFLAGS = AM_CFLAGS = +# Relax inlining; the default of 600 takes way too long to compile and +# generates enormous output. +AM_CXXFLAGS += -finline-limit=300 + if NHAVE_SDL # We use our own copy of SDL if the one on the system isn't new enough. (Most # systems have 1.2.5; we need 1.2.6.) We still end up linking dynamically to