Skip to content
  • Jan Synacek's avatar
    ITS#8056 fix libdb detection with gcc 5 · 0e756226
    Jan Synacek authored and Quanah Gibson-Mount's avatar Quanah Gibson-Mount committed
    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.
    0e756226