c4821d1 Enable LTO

Authored and Committed by mkrupcale 3 years ago
1 file changed. 1 lines added. 3 lines removed.
    Enable LTO
    
    The testsuite failed due to an unintented implicit dependency on static initialization order, which is indeterminate[1]. This was resolved[2] upstream in v7.2.0.
    
    [1] https://en.cppreference.com/w/cpp/language/initialization#Non-local_variables
    [2] https://github.com/jtv/libpqxx/pull/354
    
        
file modified
+1 -3