Skip to content

Fix #1779: Update COMPILATION.md to reflect correct Linux build flags#1785

Closed
Rahul-2k4 wants to merge 1 commit intoCCExtractor:masterfrom
Rahul-2k4:fix-compilation-md
Closed

Fix #1779: Update COMPILATION.md to reflect correct Linux build flags#1785
Rahul-2k4 wants to merge 1 commit intoCCExtractor:masterfrom
Rahul-2k4:fix-compilation-md

Conversation

@Rahul-2k4
Copy link
Copy Markdown
Contributor

✅ 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

@prateekmedia
Copy link
Copy Markdown
Member

Duplicate of #1780

@prateekmedia prateekmedia marked this as a duplicate of #1780 Dec 8, 2025
@Rahul-2k4 Rahul-2k4 deleted the fix-compilation-md branch December 9, 2025 04:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants