[PR #1785] [CLOSED] Fix #1779: Update COMPILATION.md to reflect correct Linux build flags #2518

Open
opened 2026-01-29 17:22:34 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1785
Author: @Rahul-2k4
Created: 12/8/2025
Status: Closed

Base: masterHead: fix-compilation-md


📝 Commits (1)

  • 2c4c1b1 Fix 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

  • Removed all incorrect references to ./build -without-rust
  • Removed the incorrect combined example ./build -debug -without-rust
  • Clarified that --without-rust is a valid option only for autoconf builds
  • Updated COMPILATION.md to accurately reflect supported flags

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/1785 **Author:** [@Rahul-2k4](https://github.com/Rahul-2k4) **Created:** 12/8/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-compilation-md` --- ### 📝 Commits (1) - [`2c4c1b1`](https://github.com/CCExtractor/ccextractor/commit/2c4c1b1e9569717119e080bd5b4d7e953a52e7a8) Fix incorrect -without-rust flag in COMPILATION.md ### 📊 Changes **1 file changed** (+1 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `docs/COMPILATION.MD` (+1 -7) </details> ### 📄 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 - Removed all incorrect references to ./build -without-rust - Removed the incorrect combined example ./build -debug -without-rust - Clarified that --without-rust is a valid option only for autoconf builds - Updated COMPILATION.md to accurately reflect supported flags --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:22:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#2518