We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a1c76 commit cfdee83Copy full SHA for cfdee83
deps/base64/base64.gyp
@@ -11,6 +11,9 @@
11
'direct_dependent_settings': {
12
'include_dirs': [ 'base64/include' ],
13
},
14
+ 'defines': [
15
+ 'BASE64_STATIC_DEFINE=1',
16
+ ],
17
'sources': [
18
'base64/include/libbase64.h',
19
'base64/lib/arch/generic/codec.c',
@@ -124,6 +127,14 @@
124
127
'xcode_settings': {
125
128
'OTHER_CFLAGS': [ '-mavx' ]
126
129
130
+ }, {
131
+ 'msvs_settings': {
132
+ 'VCCLCompilerTool': {
133
+ 'AdditionalOptions': [
134
+ '/arch:AVX'
135
136
+ },
137
138
}],
139
],
140
@@ -140,6 +151,14 @@
151
141
152
'OTHER_CFLAGS': [ '-mavx2' ]
142
153
154
155
156
157
158
+ '/arch:AVX2'
159
160
161
143
162
144
163
145
164
0 commit comments