Files
bun.sh/test/v8/v8-module/binding.gyp
2025-07-13 04:27:43 -07:00

23 lines
430 B
Python

{
"targets": [
{
"target_name": "v8tests",
"sources": ["main.cpp"],
"cflags": [
"-Wno-deprecated-declarations"
],
"cflags_cc": [
"-Wno-deprecated-declarations"
],
"xcode_settings": {
"OTHER_CFLAGS": [
"-Wno-deprecated-declarations"
],
"OTHER_CPLUSPLUSFLAGS": [
"-Wno-deprecated-declarations"
]
}
}
]
}