summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/command/build.py')
-rw-r--r--Lib/distutils/command/build.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/distutils/command/build.py b/Lib/distutils/command/build.py
index 15476ca..f30f4ee 100644
--- a/Lib/distutils/command/build.py
+++ b/Lib/distutils/command/build.py
@@ -42,6 +42,8 @@ class build (Command):
"forcibly build everything (ignore file timestamps)"),
]
+ boolean_options = ['debug', 'force']
+
help_options = [
('help-compiler', None,
"list available compilers", show_compilers),