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

cmd/compile: -l (no inline) flag not listed in godoc #15607

Closed
dominikh opened this issue May 9, 2016 · 1 comment
Closed

cmd/compile: -l (no inline) flag not listed in godoc #15607

dominikh opened this issue May 9, 2016 · 1 comment

Comments

@dominikh
Copy link
Member

dominikh commented May 9, 2016

The -l flag of compile isn't documented at https://golang.org/cmd/compile/. Additionally, the -N (no optimizations) flag doesn't disable inlining, which could lead one to believe that there is no way of disabling inlining.

The documentation does say

There are also a number of debugging flags; run the command with no arguments for a usage message

however disabling inlining should fall into the same category of flags as -N, which is documented there.

@gopherbot
Copy link

CL https://golang.org/cl/22940 mentions this issue.

@golang golang locked and limited conversation to collaborators May 9, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants