| Index: third_party/mesa/BUILD.gn
|
| diff --git a/third_party/mesa/BUILD.gn b/third_party/mesa/BUILD.gn
|
| index 31df76a6dcefa07c7d9f96b0b6efc89b918638a7..5108af19254d1fc625de63fe3e2215b850e2eb18 100644
|
| --- a/third_party/mesa/BUILD.gn
|
| +++ b/third_party/mesa/BUILD.gn
|
| @@ -713,6 +713,11 @@ loadable_module("osmesa") {
|
| if (is_win) {
|
| ldflags = [ "/DEF:" + rebase_path("src/src/mesa/drivers/osmesa/osmesa.def",
|
| root_build_dir) ]
|
| +
|
| + # TODO(brucedawson) : remove when crbug.com/482671 is resolved by
|
| + # Microsoft.
|
| + configs -= [ "//build/config/win:default_incremental_linking" ]
|
| + configs += [ "//build/config/win:no_incremental_linking" ]
|
| }
|
|
|
| deps = [
|
|
|