79583356

Date: 2025-04-20 12:35:29
Score: 0.5
Natty:
Report link

Seeking through the bootstrap script and found this:

  CC=*) CC=`cmake_arg "$1"` ;;
  CXX=*) CXX=`cmake_arg "$1"` ;;
  CFLAGS=*) CFLAGS=`cmake_arg "$1"` ;;
  CXXFLAGS=*) CXXFLAGS=`cmake_arg "$1"` ;;
  LDFLAGS=*) LDFLAGS=`cmake_arg "$1"` ;;

Looks like invoking ./configure CFLAGS="-Werror=vla" will do.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: DannyNiu