forked from LeenkxTeam/Kmake
9 lines
202 B
Plaintext
9 lines
202 B
Plaintext
|
|
{
|
||
|
|
'defines': [ 'V8_DEPRECATION_WARNINGS=1' ],
|
||
|
|
'conditions': [
|
||
|
|
[ 'OS in "linux freebsd openbsd solaris android aix os400 cloudabi"', {
|
||
|
|
'cflags': ['-Wno-cast-function-type'],
|
||
|
|
}],
|
||
|
|
],
|
||
|
|
}
|