$OpenBSD: patch-libfsemu_Makefile,v 1.5 2014/03/15 13:04:16 edd Exp $

Remove custom optimisation flags.

--- libfsemu/Makefile.orig	Sun Feb 16 14:58:48 2014
+++ libfsemu/Makefile	Thu Mar 13 15:21:24 2014
@@ -121,12 +121,6 @@ ifeq ($(devel), 1)
 	#-Werror=implicit-function-declaration
 endif
 
-ifeq ($(debug), 1)
-	cflags += -g -O0 -fno-inline
-else ifneq ($(noflags), 1)
-	cflags += -g -O2
-endif
-
 ifeq ($(os), windows)
 	cppflags += -DWINDOWS -DWIN32
 	cppflags += -D$(use_sdl)
