|
|
@ -322,10 +322,10 @@ if(HAS_DIAG_COLOR_FLAG) |
|
|
|
endif() |
|
|
|
endif() |
|
|
|
|
|
|
|
option(TRAVIS_CI_BUILD "Travis/sourcehut CI, extra flags will be set" OFF) |
|
|
|
option(CI_BUILD "CI, extra flags will be set" OFF) |
|
|
|
|
|
|
|
if(TRAVIS_CI_BUILD) |
|
|
|
message(STATUS "Travis/sourcehut CI build enabled") |
|
|
|
if(CI_BUILD) |
|
|
|
message(STATUS "CI build enabled") |
|
|
|
add_compile_options(-Werror) |
|
|
|
if(DEFINED ENV{BUILD_32BIT}) |
|
|
|
# Get some test coverage for unsigned char |
|
|
|