wenus

C# 学习的点点滴滴

博客园 首页 新随笔 联系 订阅 管理

2005年9月12日 #

摘要: CFLAGS= -march=i386 -O3 -pipe -fomit-frame-pointer CXXFLAGS+= -march=i386 -O3 -pipe -fomit-frame-pointer i486 (Intel): CFLAGS= -march=i486 -O3 -pipe -fomit-frame-pointer CXXFLAGS+= -march=i486 -O3 -pi... 阅读全文
posted @ 2005-09-12 21:28 wenus 阅读(546) 评论(0) 推荐(0) 编辑