mirror of https://github.com/ARMmbed/mbed-os.git
Remove -MMD and debug print
parent
0a175fe0f5
commit
5e9ac75c4f
|
|
@ -170,7 +170,7 @@ class Uvision(Exporter):
|
||||||
flags['c_flags'] + flags['cxx_flags'] + flags['common_flags']
|
flags['c_flags'] + flags['cxx_flags'] + flags['common_flags']
|
||||||
)
|
)
|
||||||
in_template = set(
|
in_template = set(
|
||||||
["--no_vla", "--cpp", "--c99"] + config_option
|
["--no_vla", "--cpp", "--c99", "-MMD"] + config_option
|
||||||
)
|
)
|
||||||
|
|
||||||
def valid_flag(x):
|
def valid_flag(x):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue