asan target, Reset() methods, fix EAGAIN handling

This commit is contained in:
flamingcow
2019-05-07 22:54:50 -07:00
parent acc75058c6
commit fa20ad9d29
4 changed files with 26 additions and 2 deletions

View File

@@ -13,3 +13,7 @@ firebuf.a: $(objects)
clean:
rm --force *.o *.a
asan:
$(MAKE) clean
FIRE_CXXFLAGS="-O1 -g -fsanitize=address -fno-omit-frame-pointer -std=gnu++2a -Wall -Werror" $(MAKE) all