Skip to content

d/rules: exclude build flags to enable frame pointers

Nick Rosbrook requested to merge enr0n/blis:master into master

With frame pointers enabled, the inline asm code cannot use rbp, because it is used for the frame pointer. Ubuntu enables frame pointers by default on some arches, so explicitly exclude them. (LP: #2098027)

--

This does not currently affect Debian, but we would appreciate if you are willing to accept the patch so that Ubuntu does not need to carry a delta for blis. Thanks for considering!

Merge request reports

Loading