c - Setting std=c99 flag in GCC -
I was wondering if there was a file in which I could set the -std = c99
flag So that I do not have to set it for every compilation. I am using GCC 4.4 on Ubuntu.
Instead of calling / usr / bin / gcc
, Use / usr / bin / c99
. This is the single-unix-approved method of implementing a C99 compiler on a Ubuntu system, it returns a script that is to add GCC
to -std = c99
flag After saying, that is exactly what you want.
Comments
Post a Comment