~unity-team/unity/0.1

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Gord Allott
  • Date: 2010-06-07 15:08:29 UTC
  • mfrom: (284.1.1 unity-0.1)
  • Revision ID: gord.allott@canonical.com-20100607150829-bx3es649lpuaig7u
fixes #586849 and #586882

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
MAINTAINER_VALAFLAGS=""
77
77
AS_IF([test "x$enable_maintainer_flags" = "xyes" && test "x$GCC" = "xyes"],
78
78
      [
79
 
        MAINTAINER_CFLAGS="-g -Werror -Wshadow -Wcast-align -Wno-uninitialized -Wempty-body -Wformat-security -Winit-self"
 
79
        MAINTAINER_CFLAGS="-g -Werror -Wcast-align -Wno-uninitialized -Wempty-body -Wformat-security -Winit-self"
80
80
        MAINTAINER_VALAFLAGS="-g --save-temps"
81
81
      ]
82
82
)