Skip to content

Commit 9959a5c

Browse files
authored
[None][fix] Remove -ccache from build_wheel.py args (#11064)
Signed-off-by: Tailing Yuan <yuantailing@gmail.com>
1 parent f2dd0ee commit 9959a5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/build_wheel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,6 @@ def add_arguments(parser: ArgumentParser):
10061006
action="store_true",
10071007
help="Always configure cmake before building")
10081008
parser.add_argument("--use_ccache",
1009-
"-ccache",
10101009
default=False,
10111010
action="store_true",
10121011
help="Use ccache compiler driver for faster rebuilds")

0 commit comments

Comments
 (0)