mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-03 19:36:16 +01:00
Merge branch 'issue_3512' into 'main'
glib/glib-private: Build glib without ASAN sanitizer on AIX. Closes #3512 See merge request GNOME/glib!4368
This commit is contained in:
commit
b0943a70e7
@ -64,7 +64,8 @@
|
|||||||
* as we'd like: https://stackoverflow.com/a/11529277/210151 and
|
* as we'd like: https://stackoverflow.com/a/11529277/210151 and
|
||||||
* https://devblogs.microsoft.com/oldnewthing/20200731-00/?p=104024
|
* https://devblogs.microsoft.com/oldnewthing/20200731-00/?p=104024
|
||||||
*/
|
*/
|
||||||
#elif defined (G_OS_UNIX) && !defined (__APPLE__) && !defined(__CYGWIN__) && g_macro__has_attribute (weak)
|
#elif defined (G_OS_UNIX) && !defined (__APPLE__) && !defined(__CYGWIN__) && !defined(_AIX) && \
|
||||||
|
g_macro__has_attribute (weak)
|
||||||
|
|
||||||
#define HAS_DYNAMIC_ASAN_LOADING
|
#define HAS_DYNAMIC_ASAN_LOADING
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user