We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Take ideas from here:
https://git.libssh.org/projects/libssh.git/tree/CompilerChecks.cmake
The text was updated successfully, but these errors were encountered:
We essentially want to add this:
$ rpm --eval %{optflags} -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection
wherever supported (the annobin stuff is afaik only supported on RHEL/CentOS & Fedora)
Sorry, something went wrong.
Also, for better performance LTO use would be nice to have.
This sounds important, although I don't understand it. I'll mark this for attention in v1.00.
piponazo
No branches or pull requests
Take ideas from here:
https://git.libssh.org/projects/libssh.git/tree/CompilerChecks.cmake
The text was updated successfully, but these errors were encountered: