]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added @FLAG_UNLIMITED_INLINE_UNIT_GROWTH@ to the exp-drd compiler flags.
authorBart Van Assche <bvanassche@acm.org>
Sun, 11 May 2008 07:03:22 +0000 (07:03 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 11 May 2008 07:03:22 +0000 (07:03 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8041

exp-drd/Makefile.am

index 547d9490ad41b94a09aeeecac6d5d661af8c838a..5a5c07e68790d07aeef108409797422b0c17888e 100644 (file)
@@ -26,7 +26,8 @@ else
 VGPRELOAD_DRD_SOURCES_COMMON = drd_pthread_intercepts.c
 endif
 
-DRD_CFLAGS=@FLAG_W_EXTRA@ -Winline -Wno-unused-parameter \
+DRD_CFLAGS=@FLAG_W_EXTRA@ @FLAG_UNLIMITED_INLINE_UNIT_GROWTH@ \
+           -Winline -Wno-unused-parameter \
            -O2 -DCHECK_FORMAT_STRINGS
 
 AM_CFLAGS_X86_LINUX   += $(DRD_CFLAGS)