-
- Downloads
ITS#8056 fix libdb detection with gcc 5
The old cpp version generated: __db_version 5 The new output: __db_version 5 Running cpp with -P (inhibit linemarkers generation) fixes this when using gcc 5. Behavior with older versions of gcc is not changed.
Please register or sign in to comment