Skip to content
Guoqing Ge edited this page Jun 17, 2025 · 2 revisions

Welcome to the xml_demo wiki!

extra_make_opts=(
  FFLAGS_PROMOTION="-real-size 64"
  FFLAGS_OPT="-O3 -convert big_endian -free -align array64byte"
  CFLAGS_OPT="-O3"
  CXXFLAGS_OPT="-O3"
  LDFLAGS_OPT="-O3"
)

make "${extra_make_opts[@]}"
Clone this wiki locally