Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 515f50a3aaccf36ac15df18d0b98e1b4ee82cf4b..b355f1fb45b577e67a8e94f3bdc87331fcb4b4c6 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1950,9 +1950,7 @@ |
'win_use_allocator_shim%': 0, |
}], |
['syzyasan==1', { |
- # Uncomment the following line to enable Kasko for |
- # SyzyASAN-instrumented releases. |
- # 'kasko%': 1, |
+ 'kasko%': 1, |
}], |
['component=="shared_library" and "<(GENERATOR)"=="ninja"', { |
# Only enabled by default for ninja because it's buggy in VS. |