#!/bin/sh

# flags common for development
make CXXFLAGS="-Wall -Wextra -Werror -Wp,-U_FORTIFY_SOURCE -O0 -g" $*
exit $?
