File tree 2 files changed +20
-3
lines changed 2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 367
367
# things when their commandline changes). Nothing should ever read this
368
368
# define.
369
369
'defines' : ['CR_CLANG_REVISION=<!(<(DEPTH)/tools/clang/scripts/update.sh --print-revision)' ],
370
- 'cflags+' : [
371
- '-Wno-format-pedantic' ,
370
+ 'conditions' : [
371
+ ['host_clang==1' , {
372
+ 'target_conditions' : [
373
+ ['_toolset=="host"' , {
374
+ 'cflags+' : [
375
+ '-Wno-format-pedantic' ,
376
+ ],
377
+ }],
378
+ ],
379
+ }],
380
+ ['clang==1' , {
381
+ 'target_conditions' : [
382
+ ['_toolset=="target"' , {
383
+ 'cflags+' : [
384
+ '-Wno-format-pedantic' ,
385
+ ],
386
+ }],
387
+ ],
388
+ }],
372
389
],
373
390
}],
374
391
],
Original file line number Diff line number Diff line change 11
11
#define V8_MAJOR_VERSION 4
12
12
#define V8_MINOR_VERSION 5
13
13
#define V8_BUILD_NUMBER 103
14
- #define V8_PATCH_LEVEL 50
14
+ #define V8_PATCH_LEVEL 51
15
15
16
16
// Use 1 for candidates and 0 otherwise.
17
17
// (Boolean macro values are not supported by all preprocessors.)
You can’t perform that action at this time.
0 commit comments