all:
	g++ -w -O3 -shared -fPIC `python3.9-config --includes` -o memmap.so memmap.cpp `python3.9-config --ldflags`
