The sanitizer build paths passed multi-word flags as an unquoted string, so
the cmake invocation word-split "-fsanitize=address,undefined
-fno-omit-frame-pointer" and handed -fno-omit-frame-pointer to cmake as a
bare unknown argument ("CMake Error: Unknown argument"). Switch to a bash
array so each -DCMAKE_*_FLAGS value stays a single argument. Unblocks
rebuilding the instrumented __lib_debug libraries the fuzz build links.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KnywUddaFRhkxo5kijxJnv
|
||
|---|---|---|
| .. | ||
| audit_pymethoddef.py | ||
| build_debug_libs.sh | ||
| capture_audio_synth_header.py | ||
| check_frozen_docstrings.sh | ||
| generate_all_docs.sh | ||
| generate_color_table.py | ||
| generate_dynamic_docs.py | ||
| generate_man_page.sh | ||
| generate_stubs.py | ||
| generate_stubs_v2.py | ||
| gitea_issues.py | ||
| package.sh | ||
| package_stdlib.py | ||
| stdlib_modules.yaml | ||
| test_link_transform.py | ||
| test_vector_docs.py | ||
| ui_methods_documentation.py | ||
| validate_file_docstrings.sh | ||