Index: tools/gyp/configurations_msvs.gypi |
diff --git a/tools/gyp/configurations_msvs.gypi b/tools/gyp/configurations_msvs.gypi |
index 20d69bea9836420c0024c1bdd6b3681e48824e2c..488091378d74e74b05f83ac7fb0dc96ac29d9fad 100644 |
--- a/tools/gyp/configurations_msvs.gypi |
+++ b/tools/gyp/configurations_msvs.gypi |
@@ -39,7 +39,9 @@ |
'DebugInformationFormat': '3', |
'ExceptionHandling': '0', |
'RuntimeTypeInfo': 'false', |
- 'OmitFramePointers': 'false', |
+ # Uncomment the following line and pass --profile-vm to enable |
+ # profiling of C++ code within Observatory. |
+ # 'OmitFramePointers': 'false', |
'RuntimeLibrary': '1', # /MTd - Multi-threaded, static (debug) |
}, |
'VCLinkerTool': { |
@@ -69,7 +71,9 @@ |
'FavorSizeOrSpeed': '0', |
'ExceptionHandling': '0', |
'RuntimeTypeInfo': 'false', |
- 'OmitFramePointers': 'false', |
+ # Uncomment the following line and pass --profile-vm to enable |
+ # profiling of C++ code within Observatory. |
+ # 'OmitFramePointers': 'false', |
'StringPooling': 'true', |
'RuntimeLibrary': '0', # /MT - Multi-threaded, static |
}, |