Skip to content

Commit f6c2dbe

Browse files
committed
review: try --copt.
Signed-off-by: Piotr Sikora <[email protected]>
1 parent 28a79ff commit f6c2dbe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cpp.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,19 @@ jobs:
6969
- name: 'V8 on Windows #1 (full)'
7070
runtime: 'v8'
7171
os: windows-2019
72-
flags: '--linkopt=/DEBUG:FULL'
72+
flags: '--copt=/DEBUG:FULL'
7373
- name: 'V8 on Windows #2 (fastlink)'
7474
runtime: 'v8'
7575
os: windows-2019
76-
flags: '--linkopt=/DEBUG:FASTLINK'
76+
flags: '--copt=/DEBUG:FASTLINK'
7777
- name: 'V8 on Windows #3 (none)'
7878
runtime: 'v8'
7979
os: windows-2019
80-
flags: '--linkopt=/DEBUG:NONE'
80+
flags: '--copt=/DEBUG:NONE'
8181
- name: 'V8 on Windows #4 (/Zi)'
8282
runtime: 'v8'
8383
os: windows-2019
84-
flags: '--linkopt=/Zi'
84+
flags: '--copt=/Zi'
8585

8686
steps:
8787
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)