diff options
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 $< |