1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-01 13:41:39 +03:00

build: Remove mem-debug option

This is an ancient, internal debugging option which only works if
libxml2 is built with mem-debug as well. Remove the option to avoid
crashes.

Fixes #105.
This commit is contained in:
Nick Wellnhofer
2024-01-30 13:02:45 +01:00
parent bf3c42127e
commit c65a7c05f9
5 changed files with 1 additions and 43 deletions

View File

@ -51,13 +51,6 @@ __inline int c99_vsnprintf(char *outBuf, size_t size, const char *format, va_lis
#define vsnprintf trio_vsnprintf
#endif
/* #define DEBUG */
/* #define DEBUG_XPATH */
/* #define DEBUG_ERROR */
/* #define DEBUG_MEMORY */
/* #define DEBUG_EXTENSIONS */
/* #define DEBUG_EXTENSIONS */
#if PY_MAJOR_VERSION >= 3
PyObject* PyInit_libxsltmod(void);
#else