git.annexia.org
/
virt-mem.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd03fec
)
Unlimited stack to compile large kernel.ml file.
author
Richard W.M. Jones
<rjones@redhat.com>
Mon, 8 Sep 2008 18:21:21 +0000
(19:21 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Mon, 8 Sep 2008 18:21:21 +0000
(19:21 +0100)
Make.rules.in
patch
|
blob
|
history
diff --git
a/Make.rules.in
b/Make.rules.in
index
b22f337
..
e570048
100644
(file)
--- a/
Make.rules.in
+++ b/
Make.rules.in
@@
-30,6
+30,7
@@
OCAMLOPT = @OCAMLOPT@
.ml.cmo:
$(OCAMLFIND) ocamlc $(OCAMLCFLAGS) $(OCAMLCPACKAGES) -c $<
.ml.cmx:
+ ulimit -s unlimited ||: ; \
$(OCAMLFIND) ocamlopt $(OCAMLOPTFLAGS) $(OCAMLOPTPACKAGES) -c $<
%.ml %.mli: %.mly