debug.mk
来自「用于OMNeT++的模板」· MK 代码 · 共 20 行
MK
20 行
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 + =
减小字号Ctrl + -
显示快捷键?