Re: Oasis compilation of a single section among several
Philippe Veber <[email protected]>
| Newsgroups | gmane.comp.lang.ocaml.beginners |
|---|---|
| Message-ID | <CAOOOohRZSHESMaj=H9wt+1+0girv4SODntD3N9p1Ug-QUdGrrQ@mail.gmail.com> |
Hi Johan, you can use flags to disable some parts of the build with a configure call. This is very often done for tests, which are compiled only if you issued a call to "./configure --enable-tests" before. cheers, Philippe. 2014-02-17 7:02 GMT+01:00 Johan Mazel <[email protected]>: > > > Hi > I have an Oasis project with two executables. > However the compilation is quite long (around 5 minutes) and most of the > time, I only want to compile a single executable (not both). > Is there any mechanisms in Oasis that would allow me to do this? > > Thanks for your time. > > Regards. > Johan Mazel > > > >