At this moment, godog doesn't support ldflags feature like go build or run commands. If the application needs to use an external library already compiled, that need to be linked to the application, it's not possible. The usage of the ldflags flag throws this error: ```flag provided but not defined: -ldflags```