mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-21 05:29:50 +00:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/1785
State: closed
Merged: No
✅ Problem
The Linux build script (ccextractor/linux/build) does not support the -without-rust flag, yet the documentation suggested it could be used:
./build -without-rust
./build -debug -without-rust
This caused confusion because the build script only supports:
-debug
-hardsubx
Meanwhile, the --without-rust option does exist, but only in the autoconf-based workflow (./configure --without-rust).
🔧 Changes Made