I am not sure this is the right list for this question, but i will ask it anyways.
some of my functions which are not used in the final executable are optimized away by the clang++ linker. Is there any way to prevent clang++ to strip away these functions ? Maybe by some __attribute__ prefixed at the the function signature ? I did some google search, but with no luck. Thank you, Trent
_______________________________________________ cfe-users mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-users
