Open DavidZemon opened 8 years ago
I think it would be a good idea to add a pre-processor check to ensure that wavplayer.c is compiled with speed optimizations not size. I found __OPTIMIZE__ on https://gcc.gnu.org/onlinedocs/cpp/Common-Predefined-Macros.html#Common-Predefined-Macros
__OPTIMIZE__
I think it would be a good idea to add a pre-processor check to ensure that wavplayer.c is compiled with speed optimizations not size. I found
__OPTIMIZE__
on https://gcc.gnu.org/onlinedocs/cpp/Common-Predefined-Macros.html#Common-Predefined-Macros