mirror of
https://git.shylie.info/shylie/rt3DS.git
synced 2025-10-01 14:50:06 +00:00
move sphere intersection test back to procedure, prepare for multiple material types
This commit is contained in:
4
Makefile
4
Makefile
@@ -40,13 +40,15 @@ GRAPHICS := gfx
|
||||
GFXBUILD := $(BUILD)
|
||||
#ROMFS := romfs
|
||||
#GFXBUILD := $(ROMFS)/gfx
|
||||
APP_TITLE := rt
|
||||
APP_AUTHOR := Shy
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# options for code generation
|
||||
#---------------------------------------------------------------------------------
|
||||
ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft
|
||||
|
||||
CFLAGS := -g -Wall -O2 -mword-relocations \
|
||||
CFLAGS := -Wall -O3 -mword-relocations \
|
||||
-ffunction-sections \
|
||||
$(ARCH)
|
||||
|
||||
|
Reference in New Issue
Block a user