makefile.am
来自「网络流量采集及分析软件」· AM 代码 · 共 13 行
AM
13 行
noinst_LIBRARIES = libgetopt_long.aif ENABLE_DEBUG AM_CFLAGS = -g -fno-inline -DDEBUG @USE_SSL@ else AM_CFLAGS = -O2 @USE_SSL@ endifINCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/includelibgetopt_long_a_SOURCES = getopt_long.h getopt_long.c
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?