locsmith / xcamshift

xcamshift - a port of the camshift chemical shift force-field for xplor-nih
1 stars 0 forks source link

modify cython setup script to build debug and release versions #54

Open locsmith opened 10 years ago

locsmith commented 10 years ago

there is a need to have debug and release versions of the cython extension

debug should have cython optimisation flags off and the -O3 compile flag off

currently these flags are in the head of Cython_shift_calculator.pyx

cython: profile=False

cython: boundscheck=False

cython: wraparound=False

cython: cdivision=True