From 0fa3f3dcf8ccbad7dad6037c4bb8d782891c67a3 Mon Sep 17 00:00:00 2001 From: Nikita Ivanov Date: Sat, 1 Jun 2024 20:05:48 +0300 Subject: [PATCH] [resources/msvc] Fix PDB debug info --- resources/data/core-project/re.yml | 3 --- resources/data/environments/cxx/clang-cl.yml | 4 ++++ resources/data/environments/cxx/msvc.yml | 4 ++++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/resources/data/core-project/re.yml b/resources/data/core-project/re.yml index 8bdfc04..b17af38 100644 --- a/resources/data/core-project/re.yml +++ b/resources/data/core-project/re.yml @@ -150,13 +150,10 @@ cxxenv.msvc|clang-cl: msvc.whole-program-optimization: true - config.release.debinfo: - cxx-build-options: build-debug-info: true config.debug: cxx-build-options: - build-debug-info: true msvc.runtime-library: multithreaded-dll-debug cxx-build-options: diff --git a/resources/data/environments/cxx/clang-cl.yml b/resources/data/environments/cxx/clang-cl.yml index f8adf75..9d81d99 100644 --- a/resources/data/environments/cxx/clang-cl.yml +++ b/resources/data/environments/cxx/clang-cl.yml @@ -120,6 +120,10 @@ build-options: build-debug-info: true: + compiler: [/Z7] + embedded: + compiler: [/Z7] + separate: compiler: [/Zi] build-link-debug-info: diff --git a/resources/data/environments/cxx/msvc.yml b/resources/data/environments/cxx/msvc.yml index 131be51..b820333 100644 --- a/resources/data/environments/cxx/msvc.yml +++ b/resources/data/environments/cxx/msvc.yml @@ -120,6 +120,10 @@ build-options: build-debug-info: true: + compiler: [/Z7] + embedded: + compiler: [/Z7] + separate: compiler: [/Zi] build-link-debug-info: