|
From: <sv...@va...> - 2008-05-10 08:20:22
|
Author: bart Date: 2008-05-10 09:20:22 +0100 (Sat, 10 May 2008) New Revision: 8023 Log: Added -O2 to the compilation flags of drd_bitmap_test. Modified: trunk/exp-drd/tests/Makefile.am Modified: trunk/exp-drd/tests/Makefile.am =================================================================== --- trunk/exp-drd/tests/Makefile.am 2008-05-10 05:49:58 UTC (rev 8022) +++ trunk/exp-drd/tests/Makefile.am 2008-05-10 08:20:22 UTC (rev 8023) @@ -210,7 +210,7 @@ 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 |