summaryrefslogtreecommitdiff
path: root/sa-extract/Makefile
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2012-07-25 23:40:06 -0400
committerChris Dyer <cdyer@cs.cmu.edu>2012-07-25 23:40:06 -0400
commitacae00bbe2c2d43bf0606cd7cc268d93179e077f (patch)
treeec2a7281247b960cc9bf3ccd9fbbe3eb17c724b4 /sa-extract/Makefile
parent070e7fbbacd70dd916a95c1ab08b0113ec221c30 (diff)
maybe faster
Diffstat (limited to 'sa-extract/Makefile')
-rw-r--r--sa-extract/Makefile2
1 files changed, 1 insertions, 1 deletions
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 $<