osxenv_pub/.bash_dev

5 lines
259 B
Bash

# fix an error is Mavericks that is fixed with an update later (running old version)
# clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future]
export CFLAGS=-Qunused-arguments
export CPPFLAGS=-Qunused-arguments