Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: undefine _FORTIFY_SOURCE on thread.cc
By undefining this as a public compile definition, it leaks into everything that depends on Seastar, but appears to only be needed by thread.cc which uses longjmp. Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
- Loading branch information