📄 makefile
字号:
# blue-steel SPU makefileVPATH := ../src/OBJS := triangle.o spu_raytracer.o sphere.o camera.o raytracer.o light.o material.o common.o PROGRAM_spu := spu_raytracerLIBRARY_embed := spu_raytracer.aINCLUDE := -I.. -I $(CELL_TOP)/sysroot/usr/include IMPORTS = -lvector -lmisc -lm -lsimdmathCFLAGS_gcc = -std=gnu99#-qsuppress=1540-1608 disabled that stupid union anonymous types warningCFLAGS_xlc := -qsuppress=1540-1608 -qunroll -qinline -qalias=typLDFLAGS_xlc := CC_OPT_LEVEL := -O5# Use SDK build environmentinclude $(CELL_TOP)/make.footer
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -