x-elxsi

来自「gcc编译工具没有什么特别」· 代码 · 共 10 行

TXT
10
字号
# Our make needs a little help...MAKE=make# We don't support -g yet, so don't try and use it.CFLAGS =LIBGCC2_CFLAGS = -O2 $(GCC_CFLAGS)# Hide xmalloc so that it does not conflict with the one in libc.a, Ick!X_CFLAGS = -Dxmalloc=my_xmalloc

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?