gcc编译参数之m32 m64

m32指定编译为32位应用程序;

make CFLAGS=-m32

m64指定编译为64位应用程序;

make CFLAGS=-m64
原文地址:https://www.cnblogs.com/jevan/p/3328641.html