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")