setting flags to compiler from eclipse (with gcc)
问题 It seems I'm still a newbie in eclipse, and I need to set some compilation flags to my ANSI C project with the gcc compiler. Such flags are for example.. -std=c99 -Wall -Wconversion -Wtype-limits -pedantic and some more. I remember not so long ago, I used to set that flags from a very intuitive interface with check-boxes and labels, but it is not any more there... for example in this link: Enabling flags (Wall, pedantic) for C/C++ compilation within Eclipse they are making a very similar