From adc019c4308731f9b3cf69f74bb7fc1d91788043 Mon Sep 17 00:00:00 2001 From: monsta Date: Thu, 9 Feb 2017 12:56:03 +0300 Subject: build: remove strict options, they just get in the way --- configure.ac | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/configure.ac b/configure.ac index 6012b1e..0450b1d 100644 --- a/configure.ac +++ b/configure.ac @@ -27,29 +27,6 @@ AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_36], AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal) -dnl --------------------------------------------------------------------------- -dnl - Use strict options (default enabled for devs, disabled in releases) -dnl --------------------------------------------------------------------------- -dnl if .git directory is present, considering we are working in the repository -if test -d ".git"; then - default_strict=yes -else - default_strict=no -fi - -AC_ARG_ENABLE(strict, AS_HELP_STRING([--enable-strict], - [Enable strict compilation options]), enable_strict=$enableval, - enable_strict=$default_strict) -if test x$enable_strict != xno; then - CPPFLAGS="$CPPFLAGS -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES" - CPPFLAGS="$CPPFLAGS -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED" - CPPFLAGS="$CPPFLAGS -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE" - CPPFLAGS="$CPPFLAGS -DGSEAL_ENABLE" - if test "$GCC" = "yes"; then - WARNINGFLAGS="$WARNINGFLAGS -Werror" - fi -fi - AC_ARG_ENABLE(deprecated, [AS_HELP_STRING([--enable-deprecated], [Warn about deprecated usages [default=no]])],, -- cgit v1.2.1