easysql/src-tauri/target/debug/build/libm-900f9c4de71e20ee/output
2025-12-30 14:04:10 +08:00

14 lines
561 B
Plaintext

cargo:rerun-if-changed=build.rs
cargo:rerun-if-changed=configure.rs
cargo:rustc-check-cfg=cfg(assert_no_panic)
cargo:rustc-check-cfg=cfg(intrinsics_enabled)
cargo:rustc-check-cfg=cfg(arch_enabled)
cargo:rustc-cfg=arch_enabled
cargo:rustc-check-cfg=cfg(optimizations_enabled)
cargo:rustc-check-cfg=cfg(x86_no_sse)
cargo:rustc-env=CFG_CARGO_FEATURES=["arch", "default"]
cargo:rustc-env=CFG_OPT_LEVEL=0
cargo:rustc-env=CFG_TARGET_FEATURES=["cmpxchg16b", "fxsr", "sse", "sse2", "sse3"]
cargo:rustc-check-cfg=cfg(f16_enabled)
cargo:rustc-check-cfg=cfg(f128_enabled)