summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorCraig Lorentzen <crlorentzen@gmail.com>2024-04-01 11:49:44 -0400
committerTomas Mraz <tomas@openssl.org>2024-05-06 10:56:17 +0200
commit1c4f9684696bad3a602b388a414f2051f0365b3d (patch)
tree3422accfd093e9c8134df4c6fb3ec2bb798f7775 /INSTALL.md
parent97c6489b39c966c6e5169b9b92ec5fa9a35c7ba3 (diff)
Security hardening: Expose Build flags for Position Independed Execution (PIE)
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22596)
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index b486ee1556..a34de9bbf8 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -870,6 +870,10 @@ As synonym for `no-padlockeng`. Deprecated and should not be used.
Don't build with support for Position Independent Code.
+### enable-pie
+
+Build with support for Position Independent Execution.
+
### no-pinshared
Don't pin the shared libraries.