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
This is a follow up to (my) comments on #44. This ticket suggests to consider doing (and eventually do) one or more of the following
-fstack-protector
-D_FORTIFY_SOURCE=2
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON
-fno-semantic-interposition
-lSegFault
addr2line
LIBC_FATAL_STDERR_=1
LWS_WITH_LIBUV=ON
LWS_WITH_HTTP2=OFF
set -Eeuo pipefail
QDROUTERD_AUTO_MESH_DISCOVERY
h2spec
The text was updated successfully, but these errors were encountered:
ad catchsegv: debug: Remove catchsegv and libSegfault (BZ #14913)
Sorry, something went wrong.
Issue skupperproject#60: Build skupper-router image using LTO and wit…
8c4c3d4
…h static proton libs (skupperproject#96)
Issue #60: Build skupper-router image using LTO and with static proto…
fe3280e
…n libs (#96)
Most tasks completed
jiridanek
No branches or pull requests
This is a follow up to (my) comments on #44. This ticket suggests to consider doing (and eventually do) one or more of the following
-fstack-protector
and with-D_FORTIFY_SOURCE=2
-fstack-protector
and with-D_FORTIFY_SOURCE=2
#444-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON
and-fno-semantic-interposition
(https://fedoraproject.org/wiki/Changes/PythonNoSemanticInterpositionSpeedup)-lSegFault
in production build to always dump stacktrace on crash (useaddr2line
to later decrypt the trace)LIBC_FATAL_STDERR_=1
LWS_WITH_LIBUV=ON
andLWS_WITH_HTTP2=OFF
?set -Eeuo pipefail
QDROUTERD_AUTO_MESH_DISCOVERY
as core skupper-router feature, instead of hacky config file editing during image startuph2spec
container test (inspired by qdr-image tests from @fgiorgetti) #381The text was updated successfully, but these errors were encountered: