Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Emanuele Petriglia
xfce4-dev-tools
Commits
191142b6
Commit
191142b6
authored
Sep 25, 2012
by
Nick Schermer
Browse files
Enable deprecated and gseal with full debug.
parent
236a0c57
Changes
1
Hide whitespace changes
Inline
Side-by-side
m4macros/xdt-features.m4
View file @
191142b6
...
...
@@ -93,7 +93,7 @@ AC_HELP_STRING([--disable-debug], [Include no debugging support]),
if test x"$enable_debug" = x"full"; then
AC_DEFINE([DEBUG_TRACE], [1], [Define for tracing support])
xdt_cv_additional_CFLAGS="$xdt_cv_additional_CFLAGS -O0 -g -Werror"
CPPFLAGS="$CPPFLAGS -DG_ENABLE_DEBUG"
CPPFLAGS="$CPPFLAGS -DG_ENABLE_DEBUG
-DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGSEAL_ENABLE
"
AC_MSG_RESULT([full])
else
xdt_cv_additional_CFLAGS="$xdt_cv_additional_CFLAGS -g"
...
...
@@ -104,7 +104,7 @@ AC_HELP_STRING([--disable-debug], [Include no debugging support]),
ifelse([$CXX], , , [
dnl FIXME: should test on c++ compiler, but the following line causes
dnl autoconf errors for projects that do
n'
t check for a
dnl autoconf errors for projects that do
not
t check for a
dnl c++ compiler at all.
dnl AC_LANG_PUSH([C++])
dnl XDT_SUPPORTED_FLAGS([supported_CXXFLAGS], [$xdt_cv_additional_CFLAGS])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment