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:
parent
f83c4f6ffc
commit
9d11138b6b
@ -1080,6 +1080,7 @@ rpm_inherit_flags \
|
|||||||
"-Wp,-D_GLIBCXX_ASSERTIONS" \
|
"-Wp,-D_GLIBCXX_ASSERTIONS" \
|
||||||
"-fasynchronous-unwind-tables" \
|
"-fasynchronous-unwind-tables" \
|
||||||
"-fstack-clash-protection" \
|
"-fstack-clash-protection" \
|
||||||
|
"-fno-omit-frame-pointer" \
|
||||||
"-funwind-tables" \
|
"-funwind-tables" \
|
||||||
"-m31" \
|
"-m31" \
|
||||||
"-m32" \
|
"-m32" \
|
||||||
@ -1101,6 +1102,7 @@ rpm_inherit_flags \
|
|||||||
"-mcpu=power8" \
|
"-mcpu=power8" \
|
||||||
"-mcpu=power9" \
|
"-mcpu=power9" \
|
||||||
"-mfpmath=sse" \
|
"-mfpmath=sse" \
|
||||||
|
"-mno-omit-leaf-frame-pointer" \
|
||||||
"-msse2" \
|
"-msse2" \
|
||||||
"-mstackrealign" \
|
"-mstackrealign" \
|
||||||
"-mtune=generic" \
|
"-mtune=generic" \
|
||||||
|
Loading…
Reference in New Issue
Block a user