2011-04-23, 11:05 PM
编译scws调试版本:
./configure --prefix=/usr/local/scws --enable-developer
gmake
之后在cli和libscws目录生成了Makefile文件,其中CFLAGS=-g -O2,这里最好把O2选项去掉,避免调试的时候出现源码和代码对应不上的情况。
./configure --prefix=/usr/local/scws --enable-developer
gmake
之后在cli和libscws目录生成了Makefile文件,其中CFLAGS=-g -O2,这里最好把O2选项去掉,避免调试的时候出现源码和代码对应不上的情况。