Shachar Shemesh wrote:
Here's what I do:
$ gcc -x c -o precomp.h.gch -c precomp.h -g -Wall -O2
It appears that, in strict contradiction to what the HTML manual says, -x should NOT be used. When it is used, the file is compiled as if it is a source file. When it is not used, the file is compiled as precompiled header.

Shachar

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to