We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a79ff commit f6c2dbeCopy full SHA for f6c2dbe
.github/workflows/cpp.yml
@@ -69,19 +69,19 @@ jobs:
69
- name: 'V8 on Windows #1 (full)'
70
runtime: 'v8'
71
os: windows-2019
72
- flags: '--linkopt=/DEBUG:FULL'
+ flags: '--copt=/DEBUG:FULL'
73
- name: 'V8 on Windows #2 (fastlink)'
74
75
76
- flags: '--linkopt=/DEBUG:FASTLINK'
+ flags: '--copt=/DEBUG:FASTLINK'
77
- name: 'V8 on Windows #3 (none)'
78
79
80
- flags: '--linkopt=/DEBUG:NONE'
+ flags: '--copt=/DEBUG:NONE'
81
- name: 'V8 on Windows #4 (/Zi)'
82
83
84
- flags: '--linkopt=/Zi'
+ flags: '--copt=/Zi'
85
86
steps:
87
- uses: actions/checkout@v2
0 commit comments