We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27ca863 + e7f5043 commit 75e0cadCopy full SHA for 75e0cad
2 files changed
packages/core/binding.gyp
@@ -16,8 +16,16 @@
16
"-Wno-unused-but-set-variable",
17
"-Wno-type-limits",
18
"-Wno-format",
19
- "-Wno-format-security"
+ "-Wno-format-security",
20
+ "-Wno-error=format-security"
21
],
22
+ "xcode_settings": {
23
+ "OTHER_CFLAGS": [
24
+ "-Wno-format",
25
26
27
+ ]
28
+ },
29
"cflags_cc": [
30
"-Wno-maybe-uninitialized",
31
"-Wno-unused-variable",
turbo.jsonc
@@ -37,6 +37,7 @@
37
"binding.gyp",
38
39
"outputs": ["prebuilds/**"],
40
+ "env": ["CC", "CXX"],
41
},
42
"@codspeed/core#build-tracer-client": {
43
"inputs": ["tracer.spec.json"],
0 commit comments