Add conditional debug build support to configure

Modifies configure script to optionally enable debug-related compile options:
 - --enable-debug
 - --enable-profiling
 - --enable-cassert
 - --enable-debug-extensions

These flags are enabled when ENABLE_DEBUG=true is set in the environment.
This provides flexibility to generate both debug and non-debug builds from
the same script, defaulting to non-debug builds.
2 files changed
tree: 399709e5e9dce385d51f498c32a6b16a7f5848cd
  1. .github/
  2. build_automation/
  3. images/
  4. packaging/
  5. scripts/
  6. .asf.yaml
  7. CONTRIBUTING.md
  8. LICENSE
  9. README.md
README.md

DevOps and Release for Apache Cloudberry (Incubating)