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.
Description
No description provided
Languages
C++
94%
C
5.2%
Makefile
0.6%
M4
0.2%