git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

commit f0ce233a6f126adf05ed4cac70683f5f949676b5
parent 2842a0a7a415652f9ccb92aada078d09fb6470db
Author: Toxa <untoxa@mail.ru>
Date:   Wed, 16 Dec 2020 16:17:28 +0300

library building optimization options

Diffstat:
Mgbdk-lib/Makefile.common1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/gbdk-lib/Makefile.common b/gbdk-lib/Makefile.common @@ -34,6 +34,7 @@ CLEANSPEC = *.o *.cdb *.sym *.lst *~ *.asm CFLAGS = -I$(TOPDIR)/include -DSDCC_z80 -D__gbz80 CFLAGS += -m$(PORT) -DGBDK=1 +CFLAGS += --max-allocs-per-node 50000 CC = $(SCC) BUILD = $(TOPDIR)/build/$(MODEL)/$(ASM)/$(THIS) LIB = $(BUILD)/$(THIS).lib

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.