Merge pull request #45393 from rzarzynski/wip-crimson-fix-throw-in-plugins

build, crimson/osd: do not let Seastar to interfere with ELF's program headers

Reviewed-by: Samuel Just <sjust@redhat.com>
This commit is contained in:
Kefu Chai 2022-03-24 21:47:24 +08:00 committed by GitHub
commit 78dc720504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -369,6 +369,7 @@ if(WITH_SEASTAR)
endif()
endif()
list(APPEND Seastar_CXX_FLAGS
"-DSEASTAR_NO_EXCEPTION_HACK"
"-Wno-error"
"-Wno-sign-compare"
"-Wno-attributes"