![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / emulators / libretro-genesis-plus-gx / patches / patch-Makefile.libretro (download)
Revision 1.2, Sat Sep 17 11:53:42 2022 UTC (4 months, 2 weeks ago) by nia
libretro-genesis-plus-gx: Update to latest snapshot. Many many changes to the internal emulator code, but the important thing is that this builds again. |
$NetBSD: patch-Makefile.libretro,v 1.2 2022/09/17 11:53:42 nia Exp $ Do not force -O2. --- Makefile.libretro.orig 2022-09-01 18:13:56.000000000 +0000 +++ Makefile.libretro @@ -772,8 +772,8 @@ ifneq (,$(findstring msvc,$(platform))) CFLAGS += -MT CXXFLAGS += -MT endif - CFLAGS += -O2 -DNDEBUG - CXXFLAGS += -O2 -DNDEBUG + CFLAGS += -DNDEBUG + CXXFLAGS += -DNDEBUG endif ifeq ($(SHARED_LIBVORBIS),)