[env] remove --dist-strip command

This commit is contained in:
Meco Man
2023-09-14 18:40:45 -04:00
parent e7c3ca61fd
commit c19c907b62
3 changed files with 1 additions and 136 deletions

View File

@@ -33,11 +33,6 @@ def AddOptions():
action = 'store_true',
default = False,
help = 'make distribution')
AddOption('--dist-strip',
dest = 'make-dist-strip',
action = 'store_true',
default = False,
help = 'make distribution and strip useless files')
AddOption('--dist-ide', '--dist-rtstudio',
dest = 'make-dist-ide',
action = 'store_true',