📄 makefile
字号:
ifeq ($(subdir),linuxthreads)# gcc has /usr/lib{,64}/crti.o hardcoded in the specs file, because otherwise# it would normally find {64,32}bit crt[in].o.LDFLAGS-pthread.so += -specs=$(objpfx)specsbefore-compile += $(objpfx)specsgenerated += specs$(objpfx)specs: $(CC) $(CFLAGS) $(CPPFLAGS) -dumpspecs \ | sed 's,\(/usr/lib\(\|64\)/\|^\|\([^/a-z]\)\)\(crt[in]\.o\),\3./\4,g' > $@.new mv -f $@.new $@endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -