]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added -O2 to the compilation flags of drd_bitmap_test.
authorBart Van Assche <bvanassche@acm.org>
Sat, 10 May 2008 08:20:22 +0000 (08:20 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sat, 10 May 2008 08:20:22 +0000 (08:20 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8023

exp-drd/tests/Makefile.am

index 9066bcc15580b87313ac67bf52500b078cd75cc5..39152e106756d430d4d065f3f6a47728e3e769bc 100644 (file)
@@ -210,7 +210,7 @@ endif
 
 
 drd_bitmap_test_SOURCES     = drd_bitmap_test.c
-drd_bitmap_test_LDADD       =
+drd_bitmap_test_CFLAGS      = $(AM_FLAG_M3264_PRI) -O2
 
 fp_race_SOURCES             = fp_race.c
 fp_race_LDADD               = -lpthread