不小心將 optimize + no symbol 版本的 Makefile 上傳, 這樣的話同學們可能沒有辦法
debug.
請重新 download hw3.tgz, 或者是修改下兩行:
1. In top-level Makefile
Comment out "@strip bin/$(EXEC)"
==> # @strip bin/$(EXEC)
2. In src/Makefile.in
Swap the comments for CFLAGS
==> #CFLAGS = -O3 -Wall $(PKGFLAG)
CFLAGS = -g -Wall $(PKGFLAG)
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.112.21.240