📄 mips
字号:
# DECstation MIPS based systemRANLIB = ar ts$(ARLOCAL)## For Ultrix 4.2 you want -O0, for 4.1 you want -g# (-O gives a runtime error under 4.1, I don't recall for 4.2)# For Ultrix 4.3, one file, 'cp/output.c', crashes the assembler# during optimization. Suggested procedure is to compile with -O# on first pass. Recompile just the one file with -g,# then link with optimization turned back on.CC_OPT_SAFE = -O0ARLOCAL =
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -