]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added -Winline to the compiler flags. Made sure that all functions in drd_bitmap_test...
authorBart Van Assche <bvanassche@acm.org>
Sat, 10 May 2008 11:07:14 +0000 (11:07 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sat, 10 May 2008 11:07:14 +0000 (11:07 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8029

exp-drd/tests/Makefile.am

index 63892e91c9a1cb4c2334d85eadbd5e1d6fb16859..d6949ca56048615171acc74e638a89504a2f4e40 100644 (file)
@@ -146,7 +146,7 @@ EXTRA_DIST =                                        \
        tc24_nonzero_sem.vgtest                     \
        trylock.c trylock.stderr.exp
 
-AM_CFLAGS   = $(WERROR) -Wall -Wshadow -Wno-unused-parameter \
+AM_CFLAGS   = $(WERROR) -Wall -Wshadow -Wno-unused-parameter -Winline\
               -g $(AM_FLAG_M3264_PRI) -DVGA_$(VG_ARCH)=1 -DVGO_$(VG_OS)=1 \
               -DVGP_$(VG_ARCH)_$(VG_OS)=1
 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/include \
@@ -213,7 +213,7 @@ endif
 
 
 drd_bitmap_test_SOURCES     = drd_bitmap_test.c
-drd_bitmap_test_CFLAGS      = $(AM_CFLAGS) -O2
+drd_bitmap_test_CFLAGS      = $(AM_CFLAGS) -O2 -finline_limit=1000
 
 fp_race_SOURCES             = fp_race.c
 fp_race_LDADD               = -lpthread