release-build

Create an optimized release build of YARS with CMake.

3|1|Updated Jul 27, 2016
One-click install
npx skills add https://github.com/kzahedi/YARS --skill release-build
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-build
Source: https://github.com/kzahedi/YARS/tree/main/.claude/skills/release-build
Command: npx skills add https://github.com/kzahedi/YARS --skill release-build

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill creates an optimized release build of YARS for performance testing and benchmarking.

Core Features & Use Cases

  • Release Config: Configure with -DCMAKE_BUILD_TYPE=Release for optimized binaries.
  • Performance Benchmarking: Suitable for production-like performance measurements.
  • Debug Symbols: Debug symbols are stripped or minimized for performance analysis.

Quick Start

cd build cmake -DCMAKE_BUILD_TYPE=Release .. make -j4