Skip to content

Commit 2938d40

Browse files
Merge pull request #903 from Rojer-x86/master
Removed option for get_config.py
2 parents 15886f8 + b24b1f6 commit 2938d40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mbed/mbed.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2725,7 +2725,6 @@ def compile_(toolchain=None, target=None, macro=False, profile=False,
27252725
# Compile configuration
27262726
popen([python_cmd, os.path.join(tools_dir, 'get_config.py')]
27272727
+ ['-t', tchain, '-m', target]
2728-
+ list(chain.from_iterable(zip(repeat('--profile'), profile or [])))
27292728
+ list(chain.from_iterable(zip(repeat('--source'), source)))
27302729
+ (['-v'] if verbose else [])
27312730
+ (list(chain.from_iterable(zip(repeat('--prefix'), config_prefix))) if config_prefix else []),

0 commit comments

Comments
 (0)