This commit is contained in:
InventorXtreme 2024-03-12 15:27:45 -04:00
parent adf5e6a761
commit 3147e6e9a5
3 changed files with 43 additions and 51 deletions

View file

@ -1,5 +1,5 @@
CC = clang #Set compiler
CFLAGS = -pg -g -Wall -O2 -pg #set compiler flags
CFLAGS = -pg -g -Wall -O3 -pg #set compiler flags
LDFLAGS = -pg -g #set linker flags
LDLIBS = -lraylib -lm #set libraries to use
objects = c3d.o reader.o arrayfuncs.o vecfunc.o #list all object files