# random options generate random crashes, the only ones that work reliably for
# me are the defaults cinelerra build uses
unset CFLAGS    &&
unset CXXFLAGS  &&
unset LDFLAGS   &&
# non-gnu configure
./configure  &&
make

