Compiler options are given by the `-X` flag like so ```shell $ cythonize -3 -i -a -f -X cdivision=True boundscheck=False wraparound=False optbeam.py ```
Compiler options are given by the
-Xflag like so