Ansible Installation -clang: error: unknown argument: '-mno-fused-madd'

前端 未结 3 1904
情书的邮戳
情书的邮戳 2020-12-04 13:40

So, I\'ve found some other clang error\'s on here that appear to be somewhat similar, however, the fixes aren\'t applicable to my situation.

I\'m using OSX Mavericks

3条回答
  •  独厮守ぢ
    2020-12-04 14:11

    ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future cc .....
    

    or

    export ARCHFLAGS="-Wno-error=unused-command-line-argument-hard-error-in-future"
    

提交回复
热议问题