Try to reduce size of debug functions by building them with -Os

This commit is contained in:
K. Lange 2023-12-31 18:52:18 +09:00
parent a7c2f52814
commit 98bd980c2a

View File

@ -12,6 +12,8 @@
#ifndef KRK_DISABLE_DEBUG
#define NOOP (void)0
#pragma GCC optimize ("Os")
#define STRING_DEBUG_TRUNCATE 50
void krk_printValueSafe(FILE * f, KrkValue printable) {