Skip to content

XORG_CHECK_MALLOC_ZERO: disable optimization when building with clang

Alan Coopersmith requested to merge alanc/macros:clang into master

clang at -O1 or higher optimizes out the malloc checks

Fixes #4

Tested with clang 17.0.6 on Oracle Linux 9

Merge request reports