churchyard / rpms / python3

Forked from rpms/python3 6 years ago
Clone

577a903 Make the debug build compile with -Og

1 file Authored by cstratak 4 years ago, Committed by churchyard 4 years ago,
1 file changed. 1 lines added. 1 lines removed.
    Make the debug build compile with -Og
    
    Due to Python's handling of CFLAGS and the way we
    were passing extra compiler flags through the SPEC
    the -Og flag for the debug build was overridden by
    the -O2 flag, resulting in various side effects.
    
    See: https://bugs.python.org/issue37631
    
    Resolves: rhbz#1678277
    
        
file modified
+1 -1