Try to reduce size of debug functions by building them with -Os
This commit is contained in:
parent
a7c2f52814
commit
98bd980c2a
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user