You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makefile currently uses implicit rules for compiling, only supplying a concrete rule for the linking stage,
and does not use dependency files (-MMD).
Fixing these issues would make the build process more robust.
The text was updated successfully, but these errors were encountered:
Makefile currently uses implicit rules for compiling, only supplying a concrete rule for the linking stage,
and does not use dependency files (
-MMD
).Fixing these issues would make the build process more robust.
The text was updated successfully, but these errors were encountered: