Merge branch 'master' of git+ssh://anholt@git.freedesktop.org/git/xcb
This commit is contained in:
commit
9e013b564c
|
@ -73,7 +73,6 @@ AC_HELP_STRING([--with-opt=debug], [compile for debugging (default)]),
|
||||||
esac
|
esac
|
||||||
])
|
])
|
||||||
AC_CACHE_CHECK([what compiler optimizations to apply], [optflags], [optflags="-g"])
|
AC_CACHE_CHECK([what compiler optimizations to apply], [optflags], [optflags="-g"])
|
||||||
AC_DEFINE(_XOPEN_SOURCE, 500, [Conform to Single Unix Specification.])
|
|
||||||
CDEBUGFLAGS="$optflags -Wall -pedantic -Wpointer-arith \
|
CDEBUGFLAGS="$optflags -Wall -pedantic -Wpointer-arith \
|
||||||
-Wstrict-prototypes -Wmissing-declarations -Wnested-externs"
|
-Wstrict-prototypes -Wmissing-declarations -Wnested-externs"
|
||||||
AC_SUBST(CDEBUGFLAGS)
|
AC_SUBST(CDEBUGFLAGS)
|
||||||
|
|
Loading…
Reference in New Issue