12 lines
303 B
Plaintext
12 lines
303 B
Plaintext
$OpenBSD: patch-Makefile,v 1.3 2017/04/23 10:09:22 espie Exp $
|
|
--- Makefile.orig Mon Dec 5 09:45:17 2011
|
|
+++ Makefile Sun Apr 23 12:08:19 2017
|
|
@@ -1,6 +1,6 @@
|
|
|
|
OBJS= ole.o olestream-unwrap.o bytedecoders.o logger.o pldstr.o bt-int.o
|
|
-CFLAGS=-Wall -g -O2 -I. -Werror
|
|
+CFLAGS+= -Wall -g -I.
|
|
|
|
|
|
.c.o:
|