📄 x-aix
字号:
# There is an alloca in -lbsd, but it is limited to 32KALLOCA = alloca.o# If you are running out of memory while compiling gcc, with the standard# /bin/cc uncomment MALLOCLIB line. That version of malloc is slower but# has less overhead than the one in libc.#MALLOCLIB = -lmalloc# Uncomment out the next line if you want to link with the shareable libc_s.#CLIB_S = -lc_sCLIB = -lld $(MALLOCLIB) $(CLIB_S)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -