options.mk
来自「Open DMT Client C Source code」· MK 代码 · 共 13 行
MK
13 行
# --- compile time options (these will override the options specified in 'defaults.h')USE_THREADS := -DPROTOCOL_THREAD -DGPS_THREAD#DEBUG_OPT := -DDEBUG_COMPILEOPTIONS := $(USE_THREADS)ifdef DEBUG_OPTOPTIONS += $(DEBUG_OPT)endif# ---
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?