Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Unified Diff: build/common.gypi

Issue 770593003: Update Dr. Memory issue tracker and home page references to GitHub now that Dr. Memory has moved fr… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/drmemory/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 8c8bfc1003d5beff85fad49631f5c40de3e41269..22385a2b220032be56df6402802edee15fbcab37 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2239,7 +2239,7 @@
# Iterator debugging is slow.
'win_debug_disable_iterator_debugging': '1',
# Try to disable optimizations that mess up stacks in a release build.
- # DrM-i#1054 (http://code.google.com/p/drmemory/issues/detail?id=1054)
+ # DrM-i#1054 (https://github.com/DynamoRIO/drmemory/issues/1054)
# /O2 and /Ob0 (disable inline) cannot be used together because of a
# compiler bug, so we use /Ob1 instead.
'win_release_InlineFunctionExpansion': '1',
« no previous file with comments | « no previous file | third_party/drmemory/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698