git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit c6e187a80b7892d49d8baee65bb32dfb98d40d50
parent 32a419ad2e6301fcf12eb889f9fbb9707bc31697
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Tue, 25 Apr 2023 13:08:34 +0300

Enable fast math

Diffstat:
MMakefile2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -215,7 +215,7 @@ endif ifeq ($(CONF),debug) CFLAGS += -g else ifeq ($(CONF), release) -CFLAGS += -O3 -DNDEBUG +CFLAGS += -O3 -ffast-math -DNDEBUG STRIP := strip CODESIGN := true ifeq ($(PLATFORM),Darwin)

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