Files
Kmake/test/addons/common.gypi

9 lines
202 B
Plaintext
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
{
'defines': [ 'V8_DEPRECATION_WARNINGS=1' ],
'conditions': [
[ 'OS in "linux freebsd openbsd solaris android aix os400 cloudabi"', {
'cflags': ['-Wno-cast-function-type'],
}],
],
}