Browse thread
[Caml-list] ocamlc & -use-prims
- Jonathan Roewen
[
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: | 2005-12-22 (09:12) |
From: | Jonathan Roewen <jonathan.roewen@g...> |
Subject: | [Caml-list] ocamlc & -use-prims |
Hi, What is the option -use-prims used for? Would this let me, for example, change the builtin primitives available in the ocaml runtime? Not only for adding primitives, but also removing the dependency on primitives not used in my operating system? Jonathan