moved printouts behind CR_VERBOSE
This commit is contained in:
3
Makefile
3
Makefile
@ -3,6 +3,9 @@ default: ext
|
||||
ext: ## [DEFAULT] build c extension in place
|
||||
python setup.py build_ext --inplace
|
||||
|
||||
debug: ## Build extension with debug prints and assertions
|
||||
python setup.py build_ext --inplace -UNDEBUG -DCR_VERBOSE
|
||||
|
||||
clean: ## Remove the build folder and the shared library
|
||||
rm -rf build/ creader.cpython*
|
||||
|
||||
|
Reference in New Issue
Block a user