moved printouts behind CR_VERBOSE

This commit is contained in:
Erik Frojdh
2023-05-30 14:45:49 +02:00
parent 66195c0313
commit 6aa6673696
3 changed files with 103 additions and 121 deletions

View File

@ -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*