x-aix

来自「这是一个linux 嵌入式系统中很重要的GCC编译器程序」· 代码 · 共 13 行

TXT
13
字号
# 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 + =
减小字号Ctrl + -
显示快捷键?