You can contribute to this FAQ in two manners:

  • By adding notes and explanations to existing FAQ entries. You do this by clicking on the + marker in the User Contributed Notes item that appears in each FAQ entry.

  • By writing new FAQ entries to anwser some new question. There is no automatic way for this. You must write a file which contains a subject and the description. The file must be of the form:

          Subject=Your new FAQ entry
          Keywords=Some keywords
          descriptive text that appears
          

    Once your file is written you must send it by e-mail to the mailing list.

User Contributed Notes
test
19-Feb-2003 21:10
#3
You can contribute to every FAQ defined on the site.
The contribution is not moderated meaning that it will appear
immediately.

The site administrator can remove or edit notes
when wrong or irrelevant information is stored.
ciceron
20-Feb-2003 21:41
#5
Second anonymous test
ciceron
21-Feb-2003 21:09
#7
I suggest this new FAQ entry:

Which options should I use when compiling with gcc?

The recommended options when compiling are:

-Os -mshort -g -fshort-double

And if you don't need to debug you can compile with:

-Os -mshort -fomit-frame-pointer -fshort-double
Last updated: Thu, 01 Apr 2004 - 17:48:43