mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-29 01:21:04 +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?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1785
Author: @Rahul-2k4
Created: 12/8/2025
Status: ❌ Closed
Base:
master← Head:fix-compilation-md📝 Commits (1)
2c4c1b1Fix incorrect -without-rust flag in COMPILATION.md📊 Changes
1 file changed (+1 additions, -7 deletions)
View changed files
📝
docs/COMPILATION.MD(+1 -7)📄 Description
✅ 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.