?? mips
字號(hào):
# 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 =
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -