churchyard / rpms / python3

Forked from rpms/python3 6 years ago
Clone

796e80b Pass -Og to EXTRA_CFLAGS as well as to CFLAGS_NODIST

Authored and Committed by churchyard 4 years ago
1 file changed. 4 lines added. 3 lines removed.
    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