mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
A small error in COMPILATION.md #852
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?
Originally created by @Wvidit on GitHub (Dec 7, 2025).
In docs/COMPILATION.md
the -without-rust tag doesn't work for any executable in linux.
one such instance is given below.
@Rahul-2k4 commented on GitHub (Dec 8, 2025):
Hi! I noticed that the -without-rust flag mentioned in docs/COMPILATION.md doesn’t seem to be supported by the Linux build script. Running ./build -without-rust fails because the script doesn’t handle this argument.
I checked the ccextractor/linux/build file and couldn't find any reference to this flag, so it looks like the documentation is outdated.
I’m planning to open a PR to correct the documentation unless there's a different flag intended here. Please let me know if I should update it or if there's a preferred alternative.
@Wvidit commented on GitHub (Dec 8, 2025):
I already opened a PR for this issue,
please read the contribution guidelines before contributing.
@Rahul-2k4 commented on GitHub (Dec 9, 2025):
hi @Wvidit I’m really sorry I genuinely didn’t see that you had already opened a PR for this. I should have checked more carefully before submitting mine.
My intention was only to fix the issue, not to step on your work.
I’ll close my PR so your original one can proceed. And if you need any help with it, I’m happy to contribute.