[None][fix] Remove -ccache from build_wheel.py args (#11064)

Signed-off-by: Tailing Yuan <yuantailing@gmail.com>
This commit is contained in:
Tailing Yuan 2026-01-30 16:43:54 +08:00 committed by GitHub
parent f2dd0ee128
commit 9959a5c78e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1006,7 +1006,6 @@ def add_arguments(parser: ArgumentParser):
action="store_true",
help="Always configure cmake before building")
parser.add_argument("--use_ccache",
"-ccache",
default=False,
action="store_true",
help="Use ccache compiler driver for faster rebuilds")