Tom Epperly wrote:
> [EMAIL PROTECTED]/tmp/sqlite-amalgamation-3.5.9]>gcc --version
> gcc (Debian 4.3.1-4) 4.3.1
> Copyright (C) 2008 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
<snip>
You can check exactly which flags gcc turns on by -O2 (or any other flag
combination, for that matter, including the machine-specific -m flag
family) by following this procedure:
1. Create an empty source file:
touch dummy.c
2. Run it though the compiler pass, adding -Q -v to the command line:
gcc -c -Q -v dummy.c
Another option is checking gcc's specs file, but I think that's much
more cumbersome.
Hope this helps.
Mihai Limbasan
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users