$OpenBSD: patch-engine_hexen2_server_Makefile,v 1.2 2016/12/31 10:48:00 jsg Exp $

Use standard optimisations.

--- engine/hexen2/server/Makefile.orig	Mon Jul 25 06:35:24 2016
+++ engine/hexen2/server/Makefile	Sat Dec 31 20:44:08 2016
@@ -66,12 +66,7 @@ endif
 # Overrides for the default CPUFLAGS
 CPUFLAGS=$(CPU_X86)
 
-CFLAGS += -g -Wall
-CFLAGS += $(CPUFLAGS)
-ifndef DEBUG
-# optimization flags
-CFLAGS += -O2 -DNDEBUG=1 -ffast-math -fomit-frame-pointer
-endif
+CFLAGS += -Wall
 
 CPPFLAGS=
 LDFLAGS =
