📄 makefile
字号:
ifeq ($(subdir),linuxthreads)# gcc -m64 has /usr/lib64/crti.o hardcoded in the specs file, because otherwise# it would normally find 32bit crti.o.LDFLAGS-pthread.so += -specs=$(objpfx)specsbefore-compile += $(objpfx)specsgenerated += specs$(objpfx)specs: $(CC) $(CFLAGS) $(CPPFLAGS) -dumpspecs | sed 's_/usr/lib64/crti.o_crti.o_g' > $@endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -