fenrus75 / powertop

The Linux PowerTOP tool -- please post patches to the mailing list instead of using github pull requests
http://www.01.org/powertop
GNU General Public License v2.0
1.07k stars 131 forks source link

add --disable-stack-protector option #138

Open ffontaine opened 1 year ago

ffontaine commented 1 year ago

Allow the user to disable stack-protector as not all toolchains support this feature

fenrus75 commented 1 year ago

hmm can you give an example of a toolchain without this feature?

On Fri, Sep 29, 2023 at 1:18 AM Fabrice Fontaine @.***> wrote:

Allow the user to disable stack-protector as not all toolchains support this feature

You can view, comment on, or merge this pull request online at:

https://github.com/fenrus75/powertop/pull/138 Commit Summary

File Changes

(2 files https://github.com/fenrus75/powertop/pull/138/files)

Patch Links:

— Reply to this email directly, view it on GitHub https://github.com/fenrus75/powertop/pull/138, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJ54FM4TQAU3DNMCSCNEGDX4Z76XANCNFSM6AAAAAA5MDLTKE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ffontaine commented 1 year ago

stack-protector is optional on uclibc-ng. Its support can be enabled or disabled through UCLIBC_BUILD_SSP