summaryrefslogtreecommitdiff
path: root/devel/omake/files/patch-OMakefile
blob: a3cc6198f7de4c433a69eb914a6a44efc8f3b296 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- OMakefile.orig	2010-10-26 20:42:37.000000000 -0400
+++ OMakefile	2013-04-03 16:50:13.000000000 -0400
@@ -33,7 +33,6 @@
     #
     # Extra options for the C compiler
     #
-    CFLAGS += -g -O2 -Wall -Werror -Wno-unused
 
     #
     # We never need threads on Unix
@@ -57,7 +56,7 @@
 #
 # OCaml options
 #
-OCAMLFLAGS[] += -w Ae$(if $(OCAML_ACCEPTS_Z_WARNING), z)
+OCAMLFLAGS[] += -w Aer-29$(if $(OCAML_ACCEPTS_Z_WARNING), z)
 if $(THREADS_ENABLED)
     OCAMLFLAGS += -thread
     export