compiled on old laptop with CPU T5200 Compile Flags: CFLAGS="-mtune=generic -Os -pipe" CXXFLAGS="-mtune=generic -Os -pipe" LDFLAGS="-Wl,-O1" export CFLAGS CXXFLAGS LDFLAGS # note -fno-exceptions and -fno-rtti does not compile Dependencies: compiletc Commands: tar xf kyotocabinet-1.2.78.tar.gz cd kyotocabinet-1.2.78 ./configure --prefix=/usr/local find -name Makefile -exec sed -i 's@-g0 -O2@@g' {} + make -j