[cfe-dev] Missing gcc command line options?
Douglas Gregor
dgregor at apple.com
Tue Jun 1 08:50:06 PDT 2010
On May 31, 2010, at 6:43 PM, Luc Bourhis wrote:
> Hi,
>
> ~> clang --version
> clang version 2.0 (trunk 105014)
> Target: x86_64-apple-darwin10
> Thread model: posix
> ~> clang foo.c -c -O3 -ffast-math -ftrapping-math
> clang: warning: argument unused during compilation: '-ffast-math'
> clang: warning: argument unused during compilation: '-ftrapping-math'
>
> Am I missing something or are those options not supported yet?
These options are not yet supported.
- Doug
More information about the cfe-dev
mailing list