]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Changed compiler options for inlining to something that is supported by both gcc...
authorBart Van Assche <bvanassche@acm.org>
Sat, 10 May 2008 13:24:30 +0000 (13:24 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sat, 10 May 2008 13:24:30 +0000 (13:24 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8035

exp-drd/tests/Makefile.am

index dc2de5af4fc6af5f16f6c308f20049e553da4192..5a80f6795541fa6297d9ddda68d681dd2a170d0a 100644 (file)
@@ -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