From: Bart Van Assche Date: Sat, 10 May 2008 13:24:30 +0000 (+0000) Subject: Changed compiler options for inlining to something that is supported by both gcc... X-Git-Tag: svn/VALGRIND_3_4_0~603 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=95b9fc1bbd9a8cb490d23db020c82a27e654caba;p=thirdparty%2Fvalgrind.git Changed compiler options for inlining to something that is supported by both gcc 3 and gcc 4. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8035 --- diff --git a/exp-drd/tests/Makefile.am b/exp-drd/tests/Makefile.am index dc2de5af4f..5a80f67955 100644 --- a/exp-drd/tests/Makefile.am +++ b/exp-drd/tests/Makefile.am @@ -216,7 +216,7 @@ endif drd_bitmap_test_SOURCES = drd_bitmap_test.c -drd_bitmap_test_CFLAGS = $(AM_CFLAGS) -O2 --param inline-unit-growth=100000 +drd_bitmap_test_CFLAGS = $(AM_CFLAGS) -O2 -finline-limit=100000 fp_race_SOURCES = fp_race.c fp_race_LDADD = -lpthread