Do not use Cython by default

This commit is contained in:
Jan-E 2016-03-13 18:13:46 +01:00
parent e02512032b
commit 4cde76c9c3
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@
#
THIS_MAKEFILE := $(lastword $(MAKEFILE_LIST))
USE_CYTHON := 1
#USE_CYTHON := 0
USE_CYTHON := 0
#USE_CYTHON := 1
_VERSION := $(shell grep AC_INIT ../configure.ac | cut -d'[' -f3 | sed -r -e 's/(-DEV)?], //g')
_VERSION := $(subst ., ,$(_VERSION))