| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index dafc685164173d4e1c3507f7fb606b1eb08a250b..39a47787747ad207ba896940b9760ac849f8f25f 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -143,6 +143,11 @@ config("compiler") {
|
| ]
|
| }
|
| }
|
| +
|
| + if (is_syzyasan) {
|
| + # SyzyAsan needs /PROFILE turned on to produce appropriate pdbs.
|
| + ldflags += [ "/PROFILE" ]
|
| + }
|
| } else {
|
| # Common GCC compiler flags setup.
|
| # --------------------------------
|
|
|