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
In makefile stripping concerns all dest install bin folder (line 130): test "$(BUILD_MODE)" = dev || strip "$(DESTDIR)/bin/"*
Is it expected that all content of dest install folder is stripped?
The text was updated successfully, but these errors were encountered:
In makefile stripping concerns all dest install bin folder (line 130):
test "$(BUILD_MODE)" = dev || strip "$(DESTDIR)/bin/"*
Is it expected that all content of dest install folder is stripped?
The text was updated successfully, but these errors were encountered: