|
-
February 18th, 2011, 11:20 PM
#1
how to disable __FILE__ ?
I have this C++ library that uses __LINE__ and _FILE__ preprocessor directives all over the place,
and I would like to disable it or turn it off without having to explicitly remove them myself.
They insert source code directories into my compiled files, making them much larger than they have to be.
Even in release mode, they're in there.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|