File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 109
109
announcement =" %tool.Arduino.CPP.announcement"
110
110
command =" ${recipe.cpp.o.pattern}"
111
111
commandLinePattern =" recipe.cpp.o.pattern"
112
+ dependencyGenerationFlag =" -MMD -MP -MF" ${%.d}" -MT" $@" "
113
+ dependencyOutputPattern =" %.d"
112
114
errorParsers =" org.eclipse.cdt.core.GCCErrorParser"
113
115
id =" io.sloeber.tool.sketch.compiler.cpp"
114
116
name =" %tool.Arduino.CPP2O.name"
147
149
announcement =" %tool.Arduino.C.announcement"
148
150
command =" ${recipe.c.o.pattern}"
149
151
commandLinePattern =" recipe.c.o.pattern"
152
+ dependencyGenerationFlag =" -MMD -MP -MF" ${%.d}" -MT" $@" "
153
+ dependencyOutputPattern =" %.d"
150
154
errorParsers =" org.eclipse.cdt.core.GCCErrorParser"
151
155
id =" io.sloeber.tool.compiler.c"
152
156
name =" %tool.Arduino.C2O.name"
You can’t perform that action at this time.
0 commit comments