Skip to content

Commit

Permalink
[resources/msvc] Fix PDB debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
osdeverr committed Jun 1, 2024
1 parent 49426d8 commit 0fa3f3d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 0 additions & 3 deletions resources/data/core-project/re.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions resources/data/environments/cxx/clang-cl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ build-options:

build-debug-info:
true:
compiler: [/Z7]
embedded:
compiler: [/Z7]
separate:
compiler: [/Zi]

build-link-debug-info:
Expand Down
4 changes: 4 additions & 0 deletions resources/data/environments/cxx/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ build-options:

build-debug-info:
true:
compiler: [/Z7]
embedded:
compiler: [/Z7]
separate:
compiler: [/Zi]

build-link-debug-info:
Expand Down

0 comments on commit 0fa3f3d

Please sign in to comment.