📄 makefile.in
字号:
# Which compiler to useCC = ccGCC = g++# What optimization level to useOPTFLAGS = -O3 # What options to be used by the compilerCOPTIONS = # What options to be used by the loaderLDOPTIONS = # What archiving to useAR = ar rv# What to use for indexing the archiveRANLIB = ranlib#RANLIB = ar -ts#RANLIB = #LAPACK LIBARCH = P4SSE2LAPACK = -llapack_$(ARCH)ATLAS = -latlas_$(ARCH)CBLAS = -lcblaswr -lcblas_$(ARCH)GSL = -lgslcblas -lgsl
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -