Compiler flags to disable features and shrink code size #1868
Labels
kind: enhancement/improvement
state: stale
the issue has not been updated in a while and will be closed automatically soon unless it is updated
It would be nice to have compiler flags to disable certain features. For example, I don't need parsing to write json logs. I'm only constructing the json and dumping it to strings but I like the convenience of how json objects are constructed in this library. I commented out the parsing stuff and reduced the code size by 60% so now I can put it on more embedded environments.
Possible features to turn off:
The text was updated successfully, but these errors were encountered: