Skip to content

Commit

Permalink
Prevents compilation to fail with -mno-fused-madd not recognized, tack
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermo-carrasco committed Apr 1, 2014
1 parent 4b9dd00 commit fa5248d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ valgrind: python
valgrind --tool=memcheck --suppressions=facs/utils/valgrind-python.supp nosetests -P -v -s

python: clean
python setup.py install
ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future python setup.py install

clean:
rm -rf build dist $(PROG).egg-info
Expand Down

0 comments on commit fa5248d

Please sign in to comment.