multimedia/vapoursynth: drop DEBUG option after r478306
Only passes -O0 -g3 -ggdb which is just a vendor way of saying to
build with debug symbols. -ftrapv is slightly different but can be
replaced with -fsanitize=integer which provides more checks.