d05c94c Do not force -O2 in CFLAGS.

Authored and Committed by dcantrell 13 years ago
1 file changed. 1 lines added. 1 lines removed.
    Do not force -O2 in CFLAGS.
    
    The compiler optimization level will be set by the RPM_OPT_FLAGS
    at package build time.  By not forcing -O2, we can more easily
    build with -O0 for debugging purposes.
    
        
file modified
+1 -1