Internal symbols?

Etienne via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Apr 18 06:59:17 PDT 2015


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!


More information about the Digitalmars-d-learn mailing list