view ci/config.mk.clang-12.sed @ 34687:a05d2e1b7654

Added tag v9.1.0224 for changeset 83875247fbc0fe52f6cf5abd85010fa31f097fc5
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Mar 2024 12:15:04 +0100
parents 9b35b4c6df4c
children
line wrap: on
line source

# Clang 12 (or Apple clang 13) and later makes a warning '-Wcompound-token-split-by-macro' enable by default.
/^PERL_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=compound-token-split-by-macro -Wno-compound-token-split-by-macro/
/^RUBY_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=compound-token-split-by-macro/