digitalmars.D.learn - Internal symbols?
- Etienne (5/5) Apr 18 2015 Is there a way to prevent DMD from exporting a symbol? Basically,
Is there a way to prevent DMD from exporting a symbol? Basically, I would need an attribute like extern(none) because my library makes heavy use of CTFE and the linker takes 13 seconds, while OMF is also off the table for me and this is creating tons of problems... Thanks in advance!
Apr 18 2015