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
.cpp files are now compiled to .o before linking. But in the makefile, these .o files have no dependency to the associated headers. This is inconvenient since we have so much code in headers. Making changes only in a header would not cause make to recompile anything now.
The text was updated successfully, but these errors were encountered:
Caused by #436
.cpp files are now compiled to .o before linking. But in the makefile, these .o files have no dependency to the associated headers. This is inconvenient since we have so much code in headers. Making changes only in a header would not cause make to recompile anything now.
The text was updated successfully, but these errors were encountered: