Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试构建一个解压缩的调试版本,稍微编辑了makefile,但gdb仍然说“没有找到调试符号”。make 输出示例:
gcc -c -O3 -Wall -DASM_CRC -g -I. -Ibzip2 -DUNIX -DFUNZIP -o cryptf.o crypt.c
也许这里的标志顺序有问题?