git.y1.nz

gbdk-2020

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

commit fd77e0e244d46490c71413bf7b8c37e51b411dc8
parent b450c131d1c0f124c321083160e7b37ac8373ca5
Author: Toxa <56631470+untoxa@users.noreply.github.com>
Date:   Wed,  9 Aug 2023 16:35:57 +0300

Merge pull request #572 from michel-iwaniec/nes_enable_peephole

NES: Re-enable peephole optimization for nes target
Diffstat:
Mgbdk-support/lcc/targets.c2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gbdk-support/lcc/targets.c b/gbdk-support/lcc/targets.c @@ -159,7 +159,7 @@ CLASS classes[] = { .rom_extension= EXT_NES, .cpp = "%cpp% %cppdefault% $1 $2 $3", .include = "%includedefault%", - .com = "%com% %comdefault% -Wa%asdefault% --no-peep $1 %comflag% $2 -o $3", + .com = "%com% %comdefault% -Wa%asdefault% $1 %comflag% $2 -o $3", .as = "%as_6500% %asdefault% $1 $3 $2", .bankpack = "%bankpack% -plat=nes -mapper=30 $1 $2", .ld = "%ld_6808% -a nes -n -i -j $1 %libs_include% $3 %crt0dir% $2",

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