The -m32 option sets int, long and pointer to 32 bits and generates code that runs on any i386 system. The -m64 option sets int to 32bits and long and pointer to 64 bits and generates code for AMD’s x86-64 architecture. The -mx32 option sets int, long and pointer to 32 bits an...
python有如下命令行选项: **-d **提供调试输出 -o生成优化字节码(pyo文件) -s 不导入site模...
我相信您正在寻找-march=armv8-a(和朋友),而不是-m64。GCC arm64选件在手册的3.18.1 AArch64...