diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2012-07-25 23:40:06 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2012-07-25 23:40:06 -0400 |
commit | acae00bbe2c2d43bf0606cd7cc268d93179e077f (patch) | |
tree | ec2a7281247b960cc9bf3ccd9fbbe3eb17c724b4 /sa-extract/Makefile | |
parent | 070e7fbbacd70dd916a95c1ab08b0113ec221c30 (diff) |
maybe faster
Diffstat (limited to 'sa-extract/Makefile')
-rw-r--r-- | sa-extract/Makefile | 2 |
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 $< |