This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Enable inline functions & Turning trigraph off
- From: Itay Yatsiv <iyatsiv at smile dot net dot il>
- To: gcc-help at gcc dot gnu dot org
- Date: Sun, 29 Jun 2008 19:01:36 +0200
- Subject: Enable inline functions & Turning trigraph off
Hello,
I'm using GNU GCC compiler 3.4.4 and I have 2 questions:
1. How to enable inline functions? (I used -finline-functions but it for all
suitable functions and not for those declared as inline ?)
2. How to turn trigraph conversion off? (not turning the warning off - but
the conversion)
Thanks,
Itay