gcc排错日志

一些版本的gcc编译时常会出现 undefined reference to `__stack_chk_fail'的错误,

可以在makefile的CFLAGS中 添加-fno-stack-protector一项。

你可能感兴趣的:(gcc,makefile,reference)