Inherit -fno-omit-frame-pointer, -mno-omit-leaf-frame-pointer flags

This is in support of a potential performance experiment.
This commit is contained in:
Florian Weimer 2022-07-05 11:03:37 +02:00
parent f83c4f6ffc
commit 9d11138b6b

View File

@ -1080,6 +1080,7 @@ rpm_inherit_flags \
"-Wp,-D_GLIBCXX_ASSERTIONS" \
"-fasynchronous-unwind-tables" \
"-fstack-clash-protection" \
"-fno-omit-frame-pointer" \
"-funwind-tables" \
"-m31" \
"-m32" \
@ -1101,6 +1102,7 @@ rpm_inherit_flags \
"-mcpu=power8" \
"-mcpu=power9" \
"-mfpmath=sse" \
"-mno-omit-leaf-frame-pointer" \
"-msse2" \
"-mstackrealign" \
"-mtune=generic" \