1 # This is needed for __strub_leave to omit the frame pointer, without
2 # which it will allocate a register save area on the stack and leave
3 # it unscrubbed and most likely unused, because it's a leaf function.
4 CFLAGS-strub.c += -fno-PIC -fomit-frame-pointer