freebsd-ports/games/libretro-cores/files/patch-bsnes-libretro_Makefile
Nikolai Lifanov fe85274086 games/libretro-cores: update and add new cores
PR:		214352
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
2017-02-19 18:40:34 +00:00

11 lines
283 B
Text

--- bsnes-libretro/Makefile.orig 2016-11-04 05:47:02 UTC
+++ bsnes-libretro/Makefile
@@ -32,7 +32,7 @@ sfc_lagfix := 1
ifneq ($(debug),)
flags := -I. -Ilibco -O0 -g
else
- flags := -I. -Ilibco -O3 -fomit-frame-pointer
+ flags := -I. -Ilibco
endif
cflags := -std=gnu99 -xc