我的 CFLAGS

1239阅读 0评论2008-04-23 mystérieux
分类:LINUX

CFLAGS = -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast \
         -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion \
         -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations \
         -Wpadded -Wredundant-decls -Wunreachable-code -Wformat-nonliteral \
         -Wnested-externs -g -pedantic -ansi -O3


上一篇:nroff 的应用
下一篇:[Bash脚本] 按列统计整数变化