Hello, I have searched the Nim site and this forum trying to read up on deadCodeElim. I am not finding sufficient information for me to understand. Pointers to docs are always welcome. Looking through the manual and compiler or internal guides, I did not find much or overlooked something. I did a quick scan and search for dead.
I am writing an application that will have objects that I write in my modules that will not have any objects created at compile time. I do not want any of these eliminated. They will be created at runtime when a configuration file is read into the app. I am happy for deadCodeElim on any of my standard library imports and such. Is their a way to protect specific modules from deadCodeElim and allow others? What is the proper way to accomplish this? Thanks for any help, knowledge and wisdom.
