| commit | 618ab7f8abad031705799ac2d9248858fc72f587 | [log] [tgz] |
|---|---|---|
| author | Ed Espino <espino@apache.org> | Sun Dec 15 13:24:39 2024 -0800 |
| committer | Ed Espino <espino@apache.org> | Sun Dec 15 16:07:37 2024 -0800 |
| tree | 399709e5e9dce385d51f498c32a6b16a7f5848cd | |
| parent | d372242e1865e387db3f18161424b37b39fa574f [diff] |
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.