25 lines
530 B
Plaintext
25 lines
530 B
Plaintext
|
$OpenBSD: patch-hw_utils_hwmaster_Makefile,v 1.1.1.1 2014/05/30 15:25:48 edd Exp $
|
||
|
|
||
|
Use standard optimisations.
|
||
|
|
||
|
--- hw_utils/hwmaster/Makefile.orig Sat May 24 01:11:53 2014
|
||
|
+++ hw_utils/hwmaster/Makefile Sat May 24 01:12:34 2014
|
||
|
@@ -50,14 +50,9 @@ endif
|
||
|
# Overrides for the default CPUFLAGS
|
||
|
CPUFLAGS=$(CPU_X86)
|
||
|
|
||
|
-CFLAGS += -g -Wall
|
||
|
-CFLAGS += $(CPUFLAGS)
|
||
|
-ifndef DEBUG
|
||
|
-CFLAGS += -O2 -DNDEBUG=1
|
||
|
-endif
|
||
|
-
|
||
|
-CPPFLAGS=
|
||
|
-LDFLAGS =
|
||
|
+CFLAGS += -Wall
|
||
|
+CPPFLAGS +=
|
||
|
+LDFLAGS +=
|
||
|
|
||
|
# compiler includes
|
||
|
INCLUDES= -I. -I$(UHEXEN2_SHARED)
|