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
it makes sense to enable this flag by default
for packages built for a 64-bit platform
the compiler and linker use 64-bit generation by default
but the assembler cannot be used without this additional flag
this causes inconvenience when using cmake
like boost context
where cmake determines that the x64_86 architecture
but when starting to build llvm-ml.exe as for 32-bit mode
or for 64-bit platforms make an ml64 build
where this flag will be enabled by default