[openssl/tools] 9e55bc: Allow for setting of extra cflags
Tomáš Mráz
noreply at github.com
Thu Jan 18 09:49:55 UTC 2024
Branch: refs/heads/master
Home: https://github.com/openssl/tools
Commit: 9e55bc730427f017abeb3358a41437d740a1dc98
https://github.com/openssl/tools/commit/9e55bc730427f017abeb3358a41437d740a1dc98
Author: Neil Horman <nhorman at openssl.org>
Date: 2024-01-17 (Wed, 17 Jan 2024)
Changed paths:
M perf/Makefile
Log Message:
-----------
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 at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/tools/pull/175)
Commit: 3c62359a94f405f48dcb2a3ac956a9859c1aa817
https://github.com/openssl/tools/commit/3c62359a94f405f48dcb2a3ac956a9859c1aa817
Author: Tomas Mraz <tomas at openssl.org>
Date: 2024-01-18 (Thu, 18 Jan 2024)
Changed paths:
M HOWTO-handle-security-issue.md
Log Message:
-----------
HOWTO-handle-security-issue.md: Various minor updates
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/tools/pull/174)
Compare: https://github.com/openssl/tools/compare/259b15489c42...3c62359a94f4
More information about the openssl-commits
mailing list