@@ -6,3 +6,11 @@ test:
clean:
python3 setup.py clean
# A debug build
debug:
python3 setup.py build --debug
# Build with the ASAN and UBSAN sanitizers
asan:
python3 setup.py build --debug --sanitize
The note is not visible to the blocked user.