From 19426226c0ff18a36cdfff5a5017e261b5b03bad Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 26 Aug 2016 18:31:59 +0100 Subject: [PATCH] Disable profiling when distchecking Like Cogl, UProf is basically unmaintained, and it's an undue burden on the people doing releases to clone and install a long since dead project in order to generate a dist tarball of Cogl. It's also of questionable use to require a development-oriented library just to cut a release. --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c0188844..d31a51ff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,7 +35,6 @@ DISTCLEANFILES= DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ --enable-maintainer-flags \ - --enable-profile \ --enable-gles2 \ --enable-gl \ --enable-xlib-egl-platform \