Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--debug should output the warnings during builds #3934

Closed
2 tasks done
stephane-archer opened this issue Apr 12, 2023 · 1 comment · Fixed by #3939
Closed
2 tasks done

--debug should output the warnings during builds #3934

stephane-archer opened this issue Apr 12, 2023 · 1 comment · Fixed by #3939
Assignees
Labels
enhancement New feature or request

Comments

@stephane-archer
Copy link

Is your feature request related to a problem? Please describe.

if I set CGO_CFLAGS=-mmacosx-version-min=10.10 and CGO_LDFLAGS=-mmacosx-version-min=10.10 from the command line I get the following message:

app_darwin.m:18:25: warning: 'UNUserNotificationCenter' is only available on macOS 10.14 or newer [-Wunguarded-availability-new]

This helps me see that something wrong happen during the build.

but if I use goreleaser build --snapshot --clean --debug I don't see any warning and I can't see that something is wrong.
--debug should output the warnings during builds

Describe the solution you'd like

--debug should output the warnings during builds

Describe alternatives you've considered

I'm not sure

Search

  • I did search for other open and closed issues before opening this.

Code of Conduct

  • I agree to follow this project's Code of Conduct

Additional context

nop

@stephane-archer stephane-archer added enhancement New feature or request triage Issue pending triage by one of the maintainers labels Apr 12, 2023
@caarlos0 caarlos0 removed the triage Issue pending triage by one of the maintainers label Apr 13, 2023
@caarlos0
Copy link
Member

can you test #3939

caarlos0 added a commit that referenced this issue Apr 14, 2023
fixes #3934

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants