Hi,
On Nov 9, 2015, at 4:27 PM, Bradley Lucier lucier@math.purdue.edu
wrote:
So using --enable-single-host, which generates a single C routine from a Scheme source file, quietly disables many optimizations even when --enable-c-opt is enabled and -Wdisabled-optimization is specified.
Probably the reason why it builds so much faster than clang with `--enable-single-host`.
-alex