churchyard / rpms / python38

Forked from rpms/python38 5 years ago
Clone

0c70c9d Pass -Og to EXTRA_CFLAGS as well as to CFLAGS_NODIST

Authored and Committed by churchyard 4 years ago
    Pass -Og to EXTRA_CFLAGS as well as to CFLAGS_NODIST
    
     - to CFLAGS_NODIST to take precedence as CFLAGS_NODIST go after EXTRA_CFLAGS
     - to EXTRA_CFLAGS to "bake it in" and build extension modules with -Og
     - call make regen-all with the same flags, as it invokes gcc as well
    
        
file modified
+4 -3