From fa5248de609c24a2af22d602627c1c3e96c3900b Mon Sep 17 00:00:00 2001 From: Guillermo Carrasco Date: Tue, 1 Apr 2014 10:15:36 +0200 Subject: [PATCH] Prevents compilation to fail with -mno-fused-madd not recognized, tack @brainstorm --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 81abb12..ebd4184 100644 --- a/Makefile +++ b/Makefile @@ -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