• J
    Fix build for older gcc · 3df6fd70
    Jim Fehlig 提交于
    With gcc 4.3.4 I'm seeing the following warning failure
    
    cc1: warnings being treated as errors
    cc1: error: -funit-at-a-time is required for inlining of functions
    that are only called once [-Wdisabled-optimization]
    
    Add -funit-at-a-time to WARN_CFLAGS.
    3df6fd70
virt-compile-warnings.m4 5.2 KB