#!/bin/bash #!/bin/bash # build_pgo.sh - PGO temporarily disabled # NOTE: Phase 4 Tiny front refactor is in progress. # PGO/build flow is parked to avoid extra complexity. echo "build_pgo.sh: PGO build is temporarily disabled (Phase 4 tiny-front refactor in progress)." echo " - Normal build: ./build.sh release bench_random_mixed_hakmem" echo " - Tiny benches: ./build.sh release bench_tiny_hot_hakmem" exit 1