Skip to content

graph/rules.mk: Append CPPFLAGS to CFLAGS to allow for hardening

Hugh McMaster requested to merge hmc/freetype-demos:hardening into master

Debian currently sets CPPFLAGS at compile-time to enable hardening of binaries.

Many compiled graph/* objects are not built with these flags.

Merge request reports