[CMake] rdynamic and fpp flags failing
Brad King
brad.king at kitware.com
Tue Oct 6 16:36:31 EDT 2009
Jason Slemons wrote:
> Here are the a.out files.
The compiler is including 0x14 characters at the end of string literals.
This was preventing the strings extraction in the file(STRINGS) command
that CMake uses to parse the binaries. I've committed a fix, and now
CMake can extract the id strings out of the binaries you sent.
-Brad
Support more special characters in file(STRINGS)
/cvsroot/CMake/CMake/Source/cmFileCommand.cxx,v <-- Source/cmFileCommand.cxx
new revision: 1.139; previous revision: 1.138
More information about the CMake
mailing list