Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add SEASTAR_USER_CFLAGS and SEASTAR_ENABLE_WERROR
SEASTAR_USER_CFLAGS are needed to pass CFLAGS to seastar's DPDK fork and other C dependencies. Currently on gcc8 DPDK checked into master branch fails because of -Wno-stringop-overflow -Wno-array-bounds -Wno-stringop-truncation -Wno-format-overflow Some of these warnings have already been addressed upstream. We need a way to control these flags in case we upgrade compilers or transitive projects upgrade compilers if SEASTAR_ENABLE_WERROR is OFF it disables -Werror. Signed-off-by: Alexander Gallego <[email protected]> Message-Id: <[email protected]>
- Loading branch information