Re: Fail to compile bigloo with
| Newsgroups | gmane.lisp.scheme.bigloo |
|---|---|
| Organization | Inria |
| Message-ID | <20165101528.5731dbd0@arches> |
Hi Sven, > Manuel, by the way: > This line from bigloo -help (-help2): > -fdataflow Enable dataflow optimizations (enabled from -O) > should be > -fdataflow Enable dataflow optimizations (enabled from -O2) I don't think so. Checking the command line parsing (comptime/Init/parse-args.scm) it appears that dataflow is enabled starting with -O. -- Manuel