{
"variables": {
"openssl_fips": ""
},
"targets": [
{
"target_name": "simsimd",
"sources": ["javascript/lib.c"],
"include_dirs": ["include"],
"defines": ["SIMSIMD_NATIVE_F16=0"],
"cflags": [
"-std=c11",
"-ffast-math",
"-Wno-unknown-pragmas",
"-Wno-maybe-uninitialized",
"-Wno-cast-function-type",
"-Wno-switch",
],
"conditions": [
["OS=='mac'", {
"xcode_settings": {
"MACOSX_DEPLOYMENT_TARGET": "11.0",
"OTHER_CFLAGS": [
"-arch arm64",
"-arch x86_64"
],
"OTHER_LDFLAGS": [
"-arch arm64",
"-arch x86_64"
]
}
}]
]
}
]
}