issues
search
numediart
/
MBROLA
MBROLA is a speech synthesizer based on the concatenation of diphones
GNU Affero General Public License v3.0
236
stars
58
forks
source link
Makefile compiler adjustments
#34
Closed
williamh
closed
3 years ago
williamh
commented
3 years ago
Drop the -O6 optimization flag. The GCC manual doesn't specify what it does [1] and distros want to set their own optimization level in CFLAGS.
Remove the ansi flags from the CC variable. Normally it isn't a good idea to put flags directly in the compiler variable.
[1]
https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
[1] https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html