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