瀏覽代碼

shared build is already disabled above when enable_perf_debug is selected

Olivier Aumage 7 年之前
父節點
當前提交
d8af2a97ea
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      configure.ac

+ 0 - 4
configure.ac

@@ -3266,10 +3266,6 @@ LIBSTARPU_LDFLAGS="$HWLOC_LIBS $FXT_LIBS $STARPU_COI_LDFLAGS $STARPU_SCIF_LDFLAG
 AC_SUBST([LIBSTARPU_LDFLAGS])
 
 LIBSTARPU_LINK=libstarpu-$STARPU_EFFECTIVE_VERSION.la
-if test x$enable_perf_debug = xyes; then
-	# For gperf to work, we need to link statically our tests
-	LIBSTARPU_LINK=".libs/libstarpu-$STARPU_EFFECTIVE_VERSION.a $LIBSTARPU_LDFLAGS $STARPU_CUDA_LDFLAGS $STARPU_OPENCL_LDFLAGS"
-fi
 AC_SUBST([LIBSTARPU_LINK])
 
 if test "x$enable_shared" = xno; then