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
When 'make clean' for the komodo build dir is called static lib .a lib files are not cleaned.
This might lead to unwanted side effects, f.e.:
add temporary debug printing to the code,
then do 'git reset 'to revert back to the state before the debug prints added,
even after 'make clean' you would still get a build with the debug prints
Suggestion is to clean .a files too.
The text was updated successfully, but these errors were encountered:
When 'make clean' for the komodo build dir is called static lib .a lib files are not cleaned.
This might lead to unwanted side effects, f.e.:
add temporary debug printing to the code,
then do 'git reset 'to revert back to the state before the debug prints added,
even after 'make clean' you would still get a build with the debug prints
Suggestion is to clean .a files too.
The text was updated successfully, but these errors were encountered: