Closed astrofrog closed 9 years ago
In some cases the compilation can error with:
clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future]
We should add a known issue to the docs and point out it can be solved by doing:
export CFLAGS=-Qunused-arguments export CPPFLAGS=-Qunused-arguments
In some cases the compilation can error with:
We should add a known issue to the docs and point out it can be solved by doing: