• A
    proc,command: fix optimized function warning in 1.9 · e19cbcef
    aarzilli 提交于
    A user complained on the mailing list about having continuous
    "optimized function warnings" on non-optimized functions when using 1.9.
    This commit fixes the problem by disabling optimized function detection
    on 1.9 and earlier (where it's impossible) and adds a test so we don't
    break it again in the future.
    e19cbcef
command_test.go 22.1 KB