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
Modify Makefile to only specify ldflags once (openshift#1471)
They are not cumulative, so latter ldflags will cause the previous ones to not
be set. In this case, that caused the version information to not be set as
expected.
Closesopenshift#1469
0 commit comments