30.03.2012 18:48, Yaroslav Halchenko kirjoitti: > related -- what is the canonical way to trigger build scipy (out of git) > without any optimization flags for gcc? FOPT='-O0 -g3' OPT='-O0 -g3' python setup.py build_ext --inplace This is inherited from Python's distutils, and so should work for any Python package. -- Pauli Virtanen