The SMING framework compiles into a pre-compiled library file that gets used up by the application sitting on top.
How does the compiler handle the unused libraries in the application compiled with the pre-compiled library SMING file? Do libraries consume RAM and flash even if unused? Should one remove these unused libraries to save RAM and code-space?