Is there an option or method of compiling that does not include original function names, class names, file names and such in the final executables? For example, when using class inheritance the compiled file will include strings like "someclass|somebaseclass|RootObj|" and I would prefer that these details are omitted.