summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-08-06 11:43:22 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-08-10 07:47:48 +0000
commit6b7ceb6afd98b1723a6fdd83f09deceb9ac1b365 (patch)
treed7784aa7d35d5ea193604e76622d055bcf2fb367
parent84f63010826b3094d34dd46254069176a573a197 (diff)
downloadqtwebengine-chromium-6b7ceb6afd98b1723a6fdd83f09deceb9ac1b365.tar.gz
Fix debug-info in MSVC developer-builds
Chromium was forcing the debugger to look for the pdb files in the same dir as the executable, which just isn't true for us. Change-Id: I2577bd4a10d677fcd273161ca830322b5a01e1fe Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--chromium/build/config/compiler/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/build/config/compiler/BUILD.gn b/chromium/build/config/compiler/BUILD.gn
index fdfcf65f5ab..290b327e8a4 100644
--- a/chromium/build/config/compiler/BUILD.gn
+++ b/chromium/build/config/compiler/BUILD.gn
@@ -2350,7 +2350,7 @@ config("symbols") {
}
# All configs using /DEBUG should include this:
- configs = [ ":win_pdbaltpath" ]
+# configs = [ ":win_pdbaltpath" ]
if (is_clang) {
# /DEBUG:FASTLINK requires every object file to have standalone debug