Browse thread
Re: [Felix-impl] it no me build
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Erick Tryzelaar <idadesub@u...> |
| Subject: | Re: [Caml-list] Re: [Felix-impl] it no me build |
Rhythmic Fistman wrote: > Can we disable -pack? > Can I fall back to ocamlc? How? I can reproduce this on my mac, in ocaml 3.09.3. It works with just ocamlc though. We can turn off ocamlopt by setting this: NATIVE_CODE_COMPILER=0 in config/ocaml_config.py. I'll poke around some more to see if there's a real fix. -e