react/scripts/perf-counters/binding.gyp

16 lines
259 B
Plaintext
Raw Normal View History

2015-09-20 01:59:54 +08:00
{
"targets": [
{
"target_name": "perfcounters",
"sources": [
"src/hardware-counter.cpp",
"src/perf-counters.cpp",
"src/thread-local.cpp",
],
"cflags": [
"-Wno-sign-compare",
],
},
],
}