14 lines
608 B
Plaintext
14 lines
608 B
Plaintext
$OpenBSD: patch-makefile,v 1.12 2010/12/03 08:43:49 jasper Exp $
|
|
--- makefile.orig Fri Oct 8 01:43:47 2010
|
|
+++ makefile Sat Oct 23 18:07:42 2010
|
|
@@ -9,7 +9,8 @@ INSTALL ?= install # installer to use
|
|
INSTALL_PROGRAM ?= $(INSTALL) # command to install program files
|
|
INSTALL_DATA ?= $(INSTALL) -m 0644 # command to install data files
|
|
|
|
-CC_OPTIMIZE = -O # default C compiler optimization flags
|
|
+CC_OPTIMIZE =
|
|
+#CC_OPTIMIZE = -O # default C compiler optimization flags
|
|
#CC_OPTIMIZE = -O3 -msse2 -mfpmath=sse -fomit-frame-pointer # optimize for speed on a Pentium 4 or higher CPU
|
|
|
|
VERSION = `cat VERSION`
|