Skip to content

Avoid unhelpful GCC optimizations

Compare
Choose a tag to compare
@phillipjohnston phillipjohnston released this 26 Jan 00:14
· 15 commits to master since this release

the underlying printf library no longer aliases the standard library functions, but uses macros to redirect them to the library's version (e.g., #define printf printf_). This resolves the failure to print both single characters and strings without arguments.