Remove -MMD and debug print

pull/7569/head
Jimmy Brisson 2017-10-17 11:54:22 -05:00
parent 0a175fe0f5
commit 5e9ac75c4f
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ class Uvision(Exporter):
flags['c_flags'] + flags['cxx_flags'] + flags['common_flags']
)
in_template = set(
["--no_vla", "--cpp", "--c99"] + config_option
["--no_vla", "--cpp", "--c99", "-MMD"] + config_option
)
def valid_flag(x):