Make build system portable across Linux and macOS\n\n- Create meson_options.txt with 8 configurable build options\n (avoiding reserved names like buildtype, debug, werror)\n \n- Update meson.build with:\n * Platform detection (Linux/macOS/Windows)\n * Conditional hardening flags (Linux only)\n * Flexible Abseil dependency handling\n * Thread dependency\n * Build summary output\n \n- Update README.md with:\n * Dependencies for all platforms\n * Installation commands for Ubuntu, Fedora, Arch, Homebrew, vcpkg\n * Build options table and examples\n * Platform-specific notes\n * Troubleshooting section\n\nVerified:\n- Build succeeds on macOS (clang 15.0.0)\n- All 7 tests pass\n- All 34 benchmarks pass\n- Binary generates correctly (111KB)\n
9911806hsaliak4mo ago