Major optimizations. Also did some perf testing, which is contained in drawmodeperf.org
This commit is contained in:
parent
46678bd628
commit
717c45260d
3 changed files with 70 additions and 25 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
CC = gcc
|
||||
CFLAGS = -pg -g
|
||||
CFLAGS = -pg -g -O2
|
||||
LDFLAGS = -pg -g
|
||||
LDLIBS = -lraylib -lm
|
||||
objects = c3d.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue