File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ GPP = nspire-g++
33LD = nspire-ld
44GENZEHN = genzehn
55OPTIMIZE ?= fast
6- GCCFLAGS = -g - O$(OPTIMIZE ) -I nGL -I . -Wall -W -marm -ffast-math -mcpu=arm926ej-s -fno-math-errno -fomit-frame-pointer -flto -fno-rtti -fgcse-sm -fgcse-las -funsafe-loop-optimizations -fno-fat-lto-objects -frename-registers -fprefetch-loop-arrays -Wold-style-cast -mno-thumb-interwork -ffunction-sections -fdata-sections
7- LDFLAGS = -g - lm -Wl,--gc-sections
6+ GCCFLAGS = -O$(OPTIMIZE ) -I nGL -I . -Wall -W -marm -ffast-math -mcpu=arm926ej-s -fno-math-errno -fomit-frame-pointer -flto -fno-rtti -fgcse-sm -fgcse-las -funsafe-loop-optimizations -fno-fat-lto-objects -frename-registers -fprefetch-loop-arrays -Wold-style-cast -mno-thumb-interwork -ffunction-sections -fdata-sections
7+ LDFLAGS = -lm -Wl,--gc-sections
88ZEHNFLAGS = --name "Crafti" --version 12 --author "Fabian Vogt" --notice "3D Minecraft" --compress
99EXE = crafti
1010OBJS = $(patsubst % .c, % .o, $(shell find . -name \* .c) )
You can’t perform that action at this time.
0 commit comments