c9ebe13829
naddy@ OK
13 lines
510 B
Plaintext
13 lines
510 B
Plaintext
$OpenBSD: patch-otherlibs_unix_Makefile,v 1.1 2002/12/14 20:03:22 sturm Exp $
|
|
--- otherlibs/unix/Makefile.orig Fri Dec 13 23:09:56 2002
|
|
+++ otherlibs/unix/Makefile Fri Dec 13 23:10:12 2002
|
|
@@ -19,7 +19,7 @@ include ../../config/Makefile
|
|
|
|
# Compilation options
|
|
CC=$(BYTECC)
|
|
-CFLAGS=-I../../byterun -O $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS)
|
|
+CFLAGS=-I../../byterun $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS)
|
|
CAMLC=../../ocamlcomp.sh
|
|
CAMLOPT=../../ocamlcompopt.sh
|
|
MKLIB=../../boot/ocamlrun ../../tools/ocamlmklib
|