Files
dinlo e0a986eb30 Initial commit
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-31 18:45:31 +08:00

17 lines
320 B
Python

{
'targets': [
{
'target_name': 'cpufeatures',
'dependencies': [ 'deps/cpu_features/cpu_features.gyp:cpu_features' ],
'include_dirs': [
'src',
"<!(node -e \"require('nan')\")",
],
'sources': [
'src/binding.cc'
],
'cflags': [ '-O3' ],
},
],
}