summaryrefslogtreecommitdiff
path: root/Lib/distutils/command/build_clib.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/command/build_clib.py')
-rw-r--r--Lib/distutils/command/build_clib.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/distutils/command/build_clib.py b/Lib/distutils/command/build_clib.py
index 450dae1754..775b7ade5a 100644
--- a/Lib/distutils/command/build_clib.py
+++ b/Lib/distutils/command/build_clib.py
@@ -48,6 +48,8 @@ class build_clib (Command):
"specify the compiler type"),
]
+ boolean_options = ['debug', 'force']
+
help_options = [
('help-compiler', None,
"list available compilers", show_compilers),