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 6814b83 commit 03dd53fCopy full SHA for 03dd53f
.github/workflows/cpp.yml
@@ -66,26 +66,10 @@ jobs:
66
fail-fast: false
67
matrix:
68
include:
69
- - name: 'V8 on Windows (debug)'
70
- runtime: 'v8'
71
- os: windows-2019
72
- flags: '-c dbg'
73
- - name: 'V8 on Windows (fastbuild)'
74
75
76
- flags: '-c fastbuild'
77
- - name: 'V8 on Windows (release)'
78
79
80
- flags: '-c opt'
81
- name: 'V8 on Windows (static)'
82
runtime: 'v8'
83
os: windows-2019
84
- flags: '--dynamic_mode=off'
85
- - name: 'V8 on Windows (/Os)'
86
87
88
- flags: '--cxxopt=/Os'
+ flags: '--dynamic_mode=off --features=static_link_msvcrt'
89
90
steps:
91
- uses: actions/checkout@v2
0 commit comments