Skip to content

Conversation

@Rahul-2k4
Copy link

✅ 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
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