From 9959a5c78ea78f681e1743a36cdd83f9bc112d3e Mon Sep 17 00:00:00 2001 From: Tailing Yuan Date: Fri, 30 Jan 2026 16:43:54 +0800 Subject: [PATCH] [None][fix] Remove `-ccache` from build_wheel.py args (#11064) Signed-off-by: Tailing Yuan --- scripts/build_wheel.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/build_wheel.py b/scripts/build_wheel.py index b79b55f4af..99305f19df 100755 --- a/scripts/build_wheel.py +++ b/scripts/build_wheel.py @@ -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")