mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 02:13:44 +08:00
- Added fast compilation profiles in Cargo.toml - fast-dev profile with max codegen units and disabled optimizations - fast-release profile with debugging support and faster build time - Added new npm scripts for quick development iterations - dev:fast command for standard development without extra features - build:fast command for quick release builds - Updated default dev command to use verge-dev feature flag - Both profiles retain debug symbols and disable stripping for better debugging