📄 debug.mk
字号:
CC=g++CXX=g++CFLAGS += -g -Wall -W -Wpointer-arith\ -Wsynth -D__USE_FIXED_PROTOTYPES__ -Werror# Tom: g++ 3.2 complains about some of the warning flags, so comment out the next# line if you're using it# CFLAGS += -Wbad-function-cast -Wmissing-declarations -Wnested-externs# Koen: lousy OMNeT code! removed some checks to get rid of warnings# -Wcast-align -Woverloaded-virtual -WinlineCFLAGS += -D__CFSM_H -Wno-unused%.d: %.c $(SHELL) -ec '$(CC) -M $(CPPFLAGS) $< | sed '\''s/$*\.o/& $@/g'\'' > $@'%.d: %.cc $(SHELL) -ec '$(CXX) -M $(CPPFLAGS) $< | sed '\''s/$*\.o/& $@/g'\'' > $@'
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -