소스 검색

Do not profile arcs for gprof, it does not seem to need it any more

Samuel Thibault 9 년 전
부모
커밋
b2449bef5b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      configure.ac

+ 2 - 2
configure.ac

@@ -1611,8 +1611,8 @@ AC_MSG_RESULT($enable_perf_debug)
 AC_SUBST(STARPU_PERF_DEBUG, $enable_perf_debug)
 if test x$enable_perf_debug = xyes; then
 	AC_DEFINE(STARPU_PERF_DEBUG, [1], [enable performance debug])
-	CPPFLAGS="${CPPFLAGS} -pg -fprofile-arcs "
-	LDFLAGS="${LDFLAGS} -pg -fprofile-arcs "
+	CPPFLAGS="${CPPFLAGS} -pg "
+	LDFLAGS="${LDFLAGS} -pg "
 fi
 
 AC_MSG_CHECKING(whether performance model debugging should be enabled)