Cristian Morales Vega 9b440f958e Stop using -ansi -fno-gnu-keywords in Linux
There is no need for -fno-gnu-keywords (which was implied by -ansi) in the
current code.
-ansi disables GCC built-in functions, which add optimizations and extra
security checks in some cases. It may be good to use it (and -pedantic) while
developing to try to keep the code ANSI standard, but users should have binaries
compiled without the option.
2013-03-28 08:26:23 +00:00
2013-03-19 19:42:58 +01:00
Description
No description provided
638 KiB
Languages
C++ 94%
C 5.2%
Makefile 0.6%
M4 0.2%