www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Internal symbols?

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