mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: jarred <jarred@bun.sh> Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: Ben Grant <ben@bun.sh>
23 lines
430 B
Python
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"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|