default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
apply_patch_dir patches &&
# Fix overriding of -On in CXXFLAGS; use -Og instead of -On for debugging
sedit '/^ *CXXFLAGS *[+]= -O.$/ {s/0$/g/; t; d}' src/Makefile
