Skip to content
  • Jan Synacek's avatar
    ITS#8056 fix libdb detection with gcc 5 · f19f1c32
    Jan Synacek authored and Howard Chu's avatar Howard Chu 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.
    f19f1c32