Update comment2

This commit is contained in:
filimonov 2024-08-06 22:25:47 +02:00 committed by GitHub
parent 45b55c4d6e
commit db2d732b2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -429,7 +429,6 @@ if (NOT SANITIZE)
endif()
if (NOT OS_ANDROID AND OS_LINUX AND NOT ARCH_S390X AND NOT SANITIZE)
# Slightly more efficient code can be generated
# Using '-no-pie' builds executables with fixed addresses, resulting in slightly more efficient code
# and keeping binary addresses constant even with ASLR enabled.
# Disabled on Android as it requires PIE: https://source.android.com/docs/security/enhancements#android-5