Skip to content

Commit e7f5043

Browse files
--wip-- [skip ci]
1 parent c9b8b17 commit e7f5043

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

packages/core/binding.gyp

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,16 @@
1616
"-Wno-unused-but-set-variable",
1717
"-Wno-type-limits",
1818
"-Wno-format",
19-
"-Wno-format-security"
19+
"-Wno-format-security",
20+
"-Wno-error=format-security"
2021
],
22+
"xcode_settings": {
23+
"OTHER_CFLAGS": [
24+
"-Wno-format",
25+
"-Wno-format-security",
26+
"-Wno-error=format-security"
27+
]
28+
},
2129
"cflags_cc": [
2230
"-Wno-maybe-uninitialized",
2331
"-Wno-unused-variable",

0 commit comments

Comments
 (0)