You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
May I ask if I can compile a no_asm version of blst under Windows system and x86 within rust binding version, by utilizing the environment variable CARGO_CFG_TARGET_ARCH=xx ?
like CARGO_CFG_TARGET_ARCH=xx cargo build --release
According to the description in the build.rs file, when the environment variable CARGO_CFG_TARGET_ARCH is not set to x86_64 or aarch64, it will enable __BLST_NO_ASM__.
But I’ve seen other issues that say it is not unjustified.
The text was updated successfully, but these errors were encountered:
May I ask if I can compile a no_asm version of blst under Windows system and x86 within rust binding version, by utilizing the environment variable
CARGO_CFG_TARGET_ARCH=xx
?like
CARGO_CFG_TARGET_ARCH=xx cargo build --release
According to the description in the build.rs file, when the environment variable CARGO_CFG_TARGET_ARCH is not set to
x86_64
oraarch64
, it will enable__BLST_NO_ASM__
.But I’ve seen other issues that say it is not unjustified.
The text was updated successfully, but these errors were encountered: