You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configure: Add PIE detection logic for BOLT optimizations compatibility
BOLT requires the --relocs flag if a binary is built as PIE
(Position Independent Executable).
Test if a build system enforces PIE during compilation, via the
preprocessor macros, or via linkage via creating a test binary.
If so, -fno-pie and -no-pie flags will not be enforced when
--enable-bolt is used and --relocs will be added to the BOLT flags.
0 commit comments