parent
f9b4f7dea8
commit
68d7e1fc86
|
|
@ -9,9 +9,9 @@ if (is_win) {
|
|||
config("brotli_defines") {
|
||||
# By default, brotli depends on undefined behavior, but setting
|
||||
# BROTLI_BUILD_PORTABLE should result in a build which does not.
|
||||
if (is_ubsan) {
|
||||
defines = [ "BROTLI_BUILD_PORTABLE" ]
|
||||
}
|
||||
#if (is_ubsan) {
|
||||
# defines = [ "BROTLI_BUILD_PORTABLE" ]
|
||||
#}
|
||||
}
|
||||
|
||||
config("includes") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue