-
Seastar undefines # We disable _FORTIFY_SOURCE because it generates false positives with longjmp() (src/core/thread.cc)
target_compile_options (seastar
PUBLIC
-U_FORTIFY_SOURCE) We'd like to broaden the scope of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
3d75bab (2015) If it no longer complains, we can remove it. Running the test suite in all modes should be sufficient. |
Beta Was this translation helpful? Give feedback.
3d75bab (2015)
If it no longer complains, we can remove it. Running the test suite in all modes should be sufficient.