From d80d92e13330d527ddb94420b19f9e21bf0e74eb Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Fri, 11 Oct 2019 10:04:28 +0800 Subject: Added FntOpen(), FntPrint() and FntFlush(), fixed termPrim() typo, fixed negative values in vsprintf(), added billboard sprites example --- libpsn00b/psxetc/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpsn00b/psxetc/makefile') diff --git a/libpsn00b/psxetc/makefile b/libpsn00b/psxetc/makefile index 56bdce7..399fb91 100644 --- a/libpsn00b/psxetc/makefile +++ b/libpsn00b/psxetc/makefile @@ -10,8 +10,8 @@ CFILES = $(notdir $(wildcard ./*.c)) AFILES = $(notdir $(wildcard ./*.s)) OFILES = $(addprefix build/,$(CFILES:.c=.o) $(AFILES:.s=.o)) -CFLAGS = -g -O2 -msoft-float -fno-builtin -nostdlib -Wa,--strip-local-absolute -AFLAGS = -g -msoft-float --strip-local-absolute +CFLAGS = -g -O2 -msoft-float -fno-builtin -nostdlib -fdata-sections -ffunction-sections -Wa,--strip-local-absolute +AFLAGS = -g -msoft-float -strip-local-absolute CC = $(PREFIX)gcc AS = $(PREFIX)as -- cgit v1.2.3