Skip to content

Commit 28a79ff

Browse files
committed
review: test /Zi.
Signed-off-by: Piotr Sikora <[email protected]>
1 parent 0ed058e commit 28a79ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cpp.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ jobs:
7878
runtime: 'v8'
7979
os: windows-2019
8080
flags: '--linkopt=/DEBUG:NONE'
81+
- name: 'V8 on Windows #4 (/Zi)'
82+
runtime: 'v8'
83+
os: windows-2019
84+
flags: '--linkopt=/Zi'
8185

8286
steps:
8387
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)