Allow for setting of extra cflags
authorNeil Horman <nhorman@openssl.org>
Wed, 17 Jan 2024 18:34:56 +0000 (13:34 -0500)
committerNeil Horman <nhorman@openssl.org>
Wed, 17 Jan 2024 20:32:48 +0000 (15:32 -0500)
commit9e55bc730427f017abeb3358a41437d740a1dc98
tree1dbdaa79bfac825d856694184241f5e1d6c6c0be
parent259b15489c429ea0d08abc18d56c03a825b6c9eb
Allow for setting of extra cflags

When I build to run these tests under perf, I need to include a few
extra cflags (notably -rpath an -fno-omit-frame-pointer).  They're not
generally needed, but it would be nice to be able to set them easily in
an environment.

Add CFLAGS and LDFLAGS support to allow for easy
configuration

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/tools/pull/175)
perf/Makefile