Skip to content

Commit 5e9ac75

Browse files
committed
Remove -MMD and debug print
1 parent 0a175fe commit 5e9ac75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/export/uvision/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def format_flags(self):
170170
flags['c_flags'] + flags['cxx_flags'] + flags['common_flags']
171171
)
172172
in_template = set(
173-
["--no_vla", "--cpp", "--c99"] + config_option
173+
["--no_vla", "--cpp", "--c99", "-MMD"] + config_option
174174
)
175175

176176
def valid_flag(x):

0 commit comments

Comments
 (0)