From 717136fff09cde560d0bb0fea93a3527708d5d15 Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Wed, 25 Jul 2012 23:40:06 -0400 Subject: maybe faster --- sa-extract/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sa-extract/Makefile') diff --git a/sa-extract/Makefile b/sa-extract/Makefile index 3145bbfe..10d14521 100644 --- a/sa-extract/Makefile +++ b/sa-extract/Makefile @@ -1,5 +1,5 @@ %.c: %.pyx - cython $< -o $@ + cython -X cdivision=True $< -o $@ %.o: %.cc g++ -O6 -g -fPIC -c $< -- cgit v1.2.3