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

Use standard optimisations.

--- engine/hexenworld/server/Makefile.orig	Mon Jul 25 06:35:24 2016
+++ engine/hexenworld/server/Makefile	Sat Dec 31 20:44:37 2016
@@ -59,12 +59,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 =
