Major optimizations. Also did some perf testing, which is contained in drawmodeperf.org

This commit is contained in:
InventorXtreme 2023-12-05 22:49:33 -05:00
parent 46678bd628
commit 717c45260d
3 changed files with 70 additions and 25 deletions

View file

@ -1,5 +1,5 @@
CC = gcc
CFLAGS = -pg -g
CFLAGS = -pg -g -O2
LDFLAGS = -pg -g
LDLIBS = -lraylib -lm
objects = c3d.o