mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
configure.ac: use GST_SET_ERROR_CFLAGS
Original commit message from CVS: * configure.ac: use GST_SET_ERROR_CFLAGS * docs/faq/cvs.xml: change to ERROR_CFLAGS
This commit is contained in:
parent
f627c78fa6
commit
6ea7234947
4 changed files with 10 additions and 13 deletions
|
@ -1,3 +1,10 @@
|
|||
2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac:
|
||||
use GST_SET_ERROR_CFLAGS
|
||||
* docs/faq/cvs.xml:
|
||||
change to ERROR_CFLAGS
|
||||
|
||||
2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac:
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 221ac8abacb46858382a9f8c924152ae588f4a2e
|
||||
Subproject commit ac7272b7af934c2294a44ac1c0f3fac3f8d17ec6
|
12
configure.ac
12
configure.ac
|
@ -56,17 +56,7 @@ AS_AC_EXPAND(LIBDIR, $libdir)
|
|||
AC_DEFINE_UNQUOTED([LIBDIR], "$LIBDIR",
|
||||
[library dir])
|
||||
|
||||
dnl decide on error flags
|
||||
dnl if we support -Wall, set it unconditionally
|
||||
AS_COMPILER_FLAG(-Wall,
|
||||
GST_ERROR_CFLAGS="-Wall",
|
||||
GST_ERROR_CFLAGS="")
|
||||
dnl if we're in nano >= 1, add -Werror if supported
|
||||
if test "x$GST_CVS" = "xyes"
|
||||
then
|
||||
AS_COMPILER_FLAG(-Werror, GST_ERROR_CFLAGS="$GST_ERROR_CFLAGS -Werror")
|
||||
fi
|
||||
AC_SUBST(GST_ERROR_CFLAGS)
|
||||
GST_SET_ERROR_CFLAGS($GST_CVS)
|
||||
|
||||
dnl We disable static building for development, for time savings
|
||||
dnl *NOTE*: dnl this line before release, so release does static too
|
||||
|
|
|
@ -125,7 +125,7 @@ CVS and prereleases so that people actually notice and fix problems found by
|
|||
<para>
|
||||
If for any reason you want to bypass these flags and you are certain it's the
|
||||
right thing to do, you can run
|
||||
<programlisting>make GST_ERROR_CFLAGS="</programlisting>
|
||||
<programlisting>make ERROR_CFLAGS="</programlisting>
|
||||
to clear the CFLAGS for error checking.
|
||||
</para>
|
||||
</answer>
|
||||
|
|
Loading…
Reference in a new issue